Version 1.2 View in Chrome Web Store
The extension has a perfect 5.0 rating from 8 reviews and serves a specific, legitimate purpose of fixing Korean filename display issues in Gmail on macOS. The developer domain osoma.kr suggests Korean origin, which aligns with the extension's Korean language focus. However, the small user base of only 1,000 users and limited review count make it difficult to establish strong trust through community validation.
The extension requests access to all of mail.google.com, which grants it broad permissions to read, modify, and interact with all Gmail content including emails, attachments, contacts, and personal information. While this access may be necessary for fixing Korean filename encoding issues, it represents significant potential for data access beyond the stated functionality. The lack of detailed developer information and the specialized nature of the problem it solves may limit oversight from the broader user community.
Consider using this extension in a separate Chrome profile dedicated to Gmail access to limit potential exposure of other browsing data. Before installation, verify that you actually experience the Korean filename encoding issue on macOS that this extension claims to fix. Monitor the extension's behavior and remove it if you notice any unexpected Gmail functionality changes. Given the legitimate but narrow use case, the risk may be acceptable for users who specifically need this Korean language support feature.
| http://www.w3.org/2000/svg | https://clients2.google.com/service/update2/crx | |
| https://mail.google.com/ |
{ "name": "Gmail 한글 파일명 첨부 도우미 - MacOS 자소분리(한글 깨짐) 현상 해결", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" }, "version": "1.2", "update_url": "https://clients2.google.com/service/update2/crx", "description": "Gmail에서 파일 첨부 시 윈도우에서 한글 파일명의 깨짐 현상을 해결하는 도구입니다.", "content_scripts": [ { "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_end", "matches": [ "https://mail.google.com/*" ] } ], "host_permissions": [ "https://mail.google.com/*" ], "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "matches": [ "https://mail.google.com/*" ], "resources": [ "icons/*" ] } ] }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.