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", "name": "\ub77c\uc6b4\ub4dcHR Agent", "description": "\ub77c\uc6b4\ub4dcHR Agent \ud06c\ub86c \ud50c\ub7ec\uadf8\uc778", "version": "0.0.26", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "\ub77c\uc6b4\ub4dcHR Agent | \ud6c4\ubcf4\uc790 \ucd94\uac00", "default_icon": "icon.png" }, "permissions": [ "storage", "tabs", "downloads" ], "host_permissions": [ "<all_urls>", "file:\/\/\/*", "*:\/\/*\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "extension_ids": [ "fehmpognlighdaccbbaeggbcndlnonmc" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "*.*" ] } ] }