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": "__MSG_extName__", "version": "1.4.2.0", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "48": "icon_48.png", "128": "icon.png" }, "background": { "service_worker": "bsWrapper.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*SynapseSignOn\/sts\/login*", "*:\/\/*\/ImageViewer*", "*:\/\/*\/*PowerJacket*", "*:\/\/*\/WorkflowUI*", "*:\/\/*\/*Client.Web*", "*:\/\/*\/Synapse\/WebQuery*", "*:\/\/*\/*ThinkLogChatUI*" ], "js": [ "csNativeMessage.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*\/*iewer*", "*:\/\/*\/*PowerJacket*", "*:\/\/*\/WorkflowUI*", "*:\/\/*\/*WorkflowUI*", "*:\/\/*\/WebHelp5\/*", "*:\/\/*\/SSOMgr\/*", "*:\/\/*\/*ThinkLogChatUI*", "*:\/\/*\/*AnalysisPanel*", "*:\/\/*\/*DicomTransfer*", "*:\/\/*\/*SynapseSignOn*", "*:\/\/*\/Synapse\/WebQuery*", "*:\/\/*\/*Client.Web*" ], "js": [ "csWindowManagement.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "tabs", "nativeMessaging" ], "host_permissions": [ "https:\/\/ajax.googleapis.com\/" ], "web_accessible_resources": [ { "resources": [ "canary.png", "canary.1.0.12.png" ], "matches": [ "<all_urls>" ] } ] }