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": "WINSTG", "description": "WINSTG", "version": "3.2.827", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_title": "WINSTG" }, "content_scripts": [ { "matches": [ "https:\/\/zoom.us\/profile\/setting*" ], "js": [ "enableZoomPermissions.js" ] }, { "matches": [ "https:\/\/stg.winnai.dev\/*", "https:\/\/*.winnai.dev\/*" ], "js": [ "winnAppExtensionBridgeScript.js" ] }, { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "googleMeetMain.js" ], "world": "MAIN" }, { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "googleMeetIsolated.js" ], "css": [ "googleMeet.css" ], "world": "ISOLATED" }, { "matches": [ "https:\/\/*.hubspot.com\/*", "https:\/\/*.justcall.io\/*", "https:\/\/*.outreach.io\/*", "https:\/\/*.salesloft.com\/*" ], "js": [ "audioContextInterceptor.js" ], "world": "MAIN" }, { "matches": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/*.aircall.io\/*" ], "js": [ "aircallContextInterceptor.js" ], "world": "MAIN", "all_frames": true, "run_at": "document_start" }, { "matches": [ "https:\/\/*.hubspot.com\/*" ], "js": [ "hubspotIsolated.js" ], "world": "ISOLATED" }, { "matches": [ "https:\/\/*.force.com\/*", "https:\/\/bus.aircall.io\/*" ], "js": [ "salesforceIsolated.js" ], "run_at": "document_end", "match_origin_as_fallback": true, "world": "ISOLATED", "all_frames": true }, { "matches": [ "https:\/\/*.my.connect.aws\/*" ], "js": [ "amazonMain.js" ], "world": "MAIN" }, { "matches": [ "https:\/\/*.my.connect.aws\/*" ], "js": [ "amazonIsolated.js" ], "world": "ISOLATED" }, { "matches": [ "https:\/\/*.justcall.io\/*" ], "js": [ "justCallIsolated.js" ], "world": "ISOLATED" }, { "matches": [ "https:\/\/*.outreach.io\/*" ], "js": [ "outreachIsolated.js" ], "world": "ISOLATED" }, { "matches": [ "https:\/\/*.salesloft.com\/*" ], "js": [ "salesloftIsolated.js" ], "world": "ISOLATED" } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "cookies", "background", "alarms", "gcm", "tabs", "notifications", "activeTab", "contextMenus", "offscreen", "scripting", "sidePanel", "system.display", "tabCapture", "tts", "webRequest", "desktopCapture" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "rooney-sans-normal-700.woff2" ], "matches": [ "<all_urls>" ] } ] }