Version 0.0.11 View in Chrome Web Store
| http://www.w3.org/2000/svg | https://fonts.googleapis.com/css?family=Nunito:400 | |
| https://npm.im/webext-base-css | https://github.com/facebook/regenerator/blob/main/LICENSE | |
| https://github.com/zaproxy/zest/ | https://clients2.google.com/service/update2/crx | |
| https://github.com/zaproxy/browser-extension/ |
{ "name": "ZAP by Checkmarx Browser Extension", "icons": { "16": "assets/icons/zap16x16.png", "32": "assets/icons/zap32x32.png", "48": "assets/icons/zap48x48.png", "128": "assets/icons/zap128x128.png", "512": "assets/icons/zap512x512.png" }, "action": { "chrome_style": false, "default_icon": { "16": "assets/icons/zap16x16.png", "32": "assets/icons/zap32x32.png", "48": "assets/icons/zap48x48.png", "128": "assets/icons/zap128x128.png", "512": "assets/icons/zap512x512.png" }, "default_popup": "popup.html", "default_title": "ZAP by Checkmarx" }, "author": "ZAP Core Team", "version": "0.0.11", "background": { "service_worker": "js/background.bundle.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "short_name": "ZAP by Checkmarx", "update_url": "https://clients2.google.com/service/update2/crx", "description": "A browser extension which allows ZAP to access the client side of a web app.", "permissions": [ "tabs", "cookies", "storage" ], "homepage_url": "https://github.com/zaproxy/browser-extension/", "options_page": "options.html", "content_scripts": [ { "js": [ "js/contentScript.bundle.js" ], "matches": [ "http://*/*", "https://*/*" ] } ], "host_permissions": [ "http://*/*", "https://*/*" ], "manifest_version": 3, "minimum_chrome_version": "113", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "matches": [ "http://*/*", "https://*/*" ], "resources": [ "assets/fonts/Roboto-Regular.ttf" ] } ] }
ⓘ 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.