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": "Agent Desktop Chrome Extension", "short_name": "Agent Desktop Chrome Extension", "version": "2.3", "description": "Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.", "icons": { "16": "images\/extension-16.png", "20": "images\/extension-20.png", "32": "images\/extension-32.png", "48": "images\/extension-48.png", "128": "images\/extension-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/", "*:\/\/*\/" ], "js": [ "scripts\/content.js" ] }, { "all_frames": true, "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/", "*:\/\/*\/" ], "js": [ "scripts\/storage.js" ] } ], "permissions": [ "nativeMessaging", "storage" ] }