Starting analysis...
Version 5.0.0 View in Chrome Web Store
| https://github.com/wxt-dev/wxt/issues/371 | https://wxt.dev/guide/go-further/testing.html | |
| https://clients2.google.com/service/update2/crx | http://www.w3.org/2000/svg |
{ "name": "Zendesk Download Router", "icons": { "32": "icon/32.png", "48": "icon/48.png", "64": "icon/64.png", "128": "icon/128.png" }, "action": { "default_icon": { "128": "/icon/128.png" }, "browser_style": true, "default_popup": "popup.html", "default_title": "Zendesk Download Router" }, "version": "5.0.0", "background": { "type": "module", "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Automatically routes Zendesk downloads into separate folders by ticket number", "permissions": [ "activeTab", "downloads", "storage", "tabs" ], "content_scripts": [ { "js": [ "content-scripts/content.js" ], "css": [ "content-scripts/content.css" ], "run_at": "document_end", "matches": [ "*://*.apps.zdusercontent.com/*", "*://*.zendesk.com/*" ] } ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "*://*.zendesk.com/*", "*://*.apps.zdusercontent.com/*" ], "resources": [ "/icon/128.png" ] } ] }
ⓘ 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.