Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gmail \ud55c\uae00 \ud30c\uc77c\uba85 \ucca8\ubd80 \ub3c4\uc6b0\ubbf8 - MacOS \uc790\uc18c\ubd84\ub9ac(\ud55c\uae00 \uae68\uc9d0) \ud604\uc0c1 \ud574\uacb0", "version": "1.1", "description": "Gmail\uc5d0\uc11c \ud30c\uc77c \ucca8\ubd80 \uc2dc \uc708\ub3c4\uc6b0\uc5d0\uc11c \ud55c\uae00 \ud30c\uc77c\uba85\uc758 \uae68\uc9d0 \ud604\uc0c1\uc744 \ud574\uacb0\ud558\ub294 \ub3c4\uad6c\uc785\ub2c8\ub2e4.", "host_permissions": [ "https:\/\/mail.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }