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", "short_name": "Comprehend", "name": "Comprehend EMR Integration", "description": "Allow Comprehend PT to interact with your EMR!", "version": "1.451", "manifest_version": 3, "side_panel": { "default_path": "index.html" }, "action": { "default_title": "Click to open panel" }, "background": { "service_worker": "js\/background.js" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "permissions": [ "sidePanel" ], "content_scripts": [ { "matches": [ "https:\/\/secure.mwtherapy.com\/*", "https:\/\/app.empoweremr.com\/*", "https:\/\/go.promptemr.com\/*", "https:\/\/comprehendpi.janeapp.com\/*", "https:\/\/*.janeapp.com\/*", "https:\/\/janeapp.com\/*", "https:\/\/app.webpt.com\/*", "https:\/\/emr.webpt.com\/*", "https:\/\/app.pteverywhere.com\/*", "https:\/\/app.fusionwebclinic.com\/*", "https:\/\/app.practiceperfectemr.com\/*", "https:\/\/*.athenahealth.com\/*", "https:\/\/*.ptpracticepro.com\/*", "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ] }, { "world": "MAIN", "matches": [ "https:\/\/*.athenahealth.com\/*" ], "js": [ ".\/js\/main_world.js" ] } ] }