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", "author": "Testim.io", "manifest_version": 3, "name": "Testim Editor", "description": "The simplest and most advanced testing automation tool, using Adaptive Learning and Computer Vision image validation.", "version": "2.67.0", "commands": { "text-validation": { "suggested_key": { "default": "Alt+V", "mac": "Alt+V" }, "description": "select element for text validation" }, "hover-step": { "suggested_key": { "default": "Alt+H", "mac": "Alt+H" }, "description": "select element for hover step" }, "element-validation": { "suggested_key": { "default": "Alt+L", "mac": "Alt+L" }, "description": "select element for element visible validation" } }, "action": { "default_icon": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "default_popup": "popup2\/menu\/index.html" }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "background\/eventRegistrar.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "background\/eventActionMain.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true, "world": "MAIN" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "background\/eventAction.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true }, { "matches": [ "http:\/\/localhost:4040\/extension-local\/popup2\/menu\/*", "https:\/\/*.testimtunnel.cc\/extension-local\/popup2\/menu\/*", "https:\/\/*.trycloudflare.com\/extension-local\/popup2\/menu\/*" ], "js": [ "popup2\/menu\/vendor.js", "popup2\/menu\/index.js" ], "css": [ "popup2\/menu\/index.min.css" ], "run_at": "document_idle" } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "http:\/\/localhost\/*", "http:\/\/localhost:3000\/*", "http:\/\/127.0.0.1:3000\/*", "https:\/\/localhost\/*", "http:\/\/local.testim.io:3000\/*", "https:\/\/local.testim.io:3000\/*", "https:\/\/app.dev.testim.io\/*", "https:\/\/app.stg.testim.io\/*", "https:\/\/app.prod.testim.io\/*", "https:\/\/local.testim.io\/*", "http:\/\/testim.io\/*", "https:\/\/testim.io\/*", "http:\/\/app.testim.io\/*", "https:\/\/app.testim.io\/*", "https:\/\/playground.testim.io\/*", "https:\/\/force.testim.io\/*", "http:\/\/stapp.testim.io\/*", "https:\/\/stapp.testim.io\/*", "http:\/\/staging.testim.io\/*", "https:\/\/staging.testim.io\/*", "http:\/\/run.testim.io\/*", "https:\/\/run.testim.io\/*", "https:\/\/localhost:3000\/*", "https:\/\/127.0.0.1:3000\/*", "https:\/\/app.staging.testim.cc\/*", "https:\/\/*.staging.testim.cc\/*", "http:\/\/tta-crm.tricentis.com\/*", "https:\/\/tta-crm.tricentis.com\/*" ] }, "background": { "service_worker": "background\/background.js" }, "web_accessible_resources": [ { "resources": [ "app\/index.html", "autFrame\/autFrame.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "popup2\/fab\/index.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "app\/index.html" ], "matches": [ "<all_urls>" ] } ], "oauth2": { "client_id": "660918242353-i2obn77n4hotrscignlvo4b1a9nafebb.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "minimum_chrome_version": "88.0", "content_security_policy": { "extension_pages": "default-src 'self'; img-src 'self' https:\/\/*.googleusercontent.com https:\/\/*.atlassian.net https:\/\/eyes.applitools.com https:\/\/static.intercomassets.com https:\/\/js.intercomcdn.com data: ; font-src https:\/\/js.intercomcdn.com 'self' chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; object-src 'self'; connect-src * 'self' 'unsafe-inline' 'unsafe-eval' http: https: file: data: mediastream: blob: filesystem:; frame-src *;" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "permissions": [ "favicon", "tabs", "debugger", "webNavigation", "cookies", "background", "desktopCapture", "pageCapture", "storage", "notifications", "downloads", "downloads.shelf", "scripting" ] }