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": "SimplifyQA IDE", "description": "Simplifyqa IDE Objectpicker to inspector a webelement and generate xpath to write test script . With All other property. Fast.", "version": "1.0.1", "homepage_url": "https:\/\/apps.simplify3x.com\/", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "activeTab" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "action": { "default_popup": "login.html", "default_icon": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "default_title": "Simplifyqa WebInspector" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "run_at": "document_start", "matches": [ "<all_urls>" ], "css": [], "js": [ "objectManager2.js" ] }, { "matches": [ "https:\/\/app.simplifyqa.ai\/*" ], "js": [ "retivetoken.js" ], "css": [], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "login.html", "qa_icon.svg", "assets\/css\/object.css" ], "matches": [ "<all_urls>" ] } ], "offline_enabled": true }