Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "service_worker": "scripts\/eventPage.js" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/general.js", "scripts\/contentScript.js", "runtimeScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "Locate and save web elements and get their xpath\/cssSelector code", "host_permissions": [ "<all_urls>" ], "icons": { "16": "images\/Sutherland16.png", "32": "images\/Sutherland32.png", "48": "images\/Sutherland48.png", "128": "images\/Sutherland128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkeiOMnLGfERh3apTZ3kzlpamogDRbMbKcPl\/qDphiw1NQLBSdP9sDapr6vzVShEpIn4gJSMa6fHdIszr76OpD6U6tfFodXsQ4YkCD\/ndTL9brpGM5sMpxK4+AD5DxEf3DrX6cq8zHYUhwT5Cdlt+82C\/zWIk6Q+xLoYG7cDUTmfWHs6RCBOX0izjywskMbJ76WyD7Fwz1UMrWbF8Su2XRMsuvsLmp570lLjkYZZishAHukO0sIlk6iv3sWNftRywgGHWkLZhCDsGVCf2G9P9ysFwvU8pT9O45DKeb7XtQOMDUX\/fRAVoS3EwVdGCCGvHA3rLsBDT8GCEPR\/HQVY0MwIDAQAB", "manifest_version": 3, "name": "Robility Automation", "permissions": [ "activeTab", "tabs", "scripting", "nativeMessaging", "debugger" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "css\/general.css" ] } ] }