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": "Bug-Genises", "version": "1.0.4", "description": "Recording the Defect-flows", "host_permissions": [ "<all_urls>", "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "tabs", "storage", "activeTab", "scripting", "alarms", "webNavigation", "desktopCapture", "downloads" ], "background": { "service_worker": "background.js" }, "action": [], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js", "html.js" ], "css": [], "run_at": "document_start" }, { "matches": [ "https:\/\/app.simplifyqa.ai\/*" ], "js": [ "retivetoken.js" ], "css": [], "run_at": "document_start" } ], "content_security_policy": { "script-src": "'self' 'unsafe-inline' 'unsafe-eval' https:\/\/www.gstatic.com" }, "web_accessible_resources": [ { "resources": [ "overlay.js" ], "matches": [ "<all_urls>" ] } ] }