American Well Screensharing Extension
Enables screen sharing with American Well Video Platform
What is American Well Screensharing Extension?
American Well Screensharing Extension is a Chrome extension developed by American Well, and its main feature is "Enables screen sharing with American Well Video Platform".
Extension Screenshots
Download American Well Screensharing Extension Extension CRX File
Download American Well Screensharing Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enables screen sharing with American Well Video Platform
Extension Basic Information
Name | |
ID | ejnmkocglpmepbkbagldimfkidbkifgo |
Official URL | https://chromewebstore.google.com/detail/american-well-screenshari/ejnmkocglpmepbkbagldimfkidbkifgo |
Description | Enables screen sharing with American Well Video Platform |
File Size | 166 KB |
Installation Count | 101 |
Current Version | 0.0.5 |
Last Updated | 2019-07-13 |
Publish Date | 2019-07-10 |
Developer | American Well |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "American Well Screensharing Extension", "description": "Enables screen sharing with American Well Video Platform", "version": "0.0.5", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "images\/16.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "permissions": [ "desktopCapture", "https:\/\/*.avizia.com", "https:\/\/*.avizia.io", "storage", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "options_page": "options.html" } |