American Well Screensharing Extension
Enables screen sharing with American Well Video Platform
什么是American Well Screensharing Extension?
American Well Screensharing Extension是由American Well开发的Chrome扩展程序,该扩展的主要功能是“Enables screen sharing with American Well Video Platform”。
扩展截图
下载American Well Screensharing Extension扩展crx文件
下载American Well Screensharing Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enables screen sharing with American Well Video Platform
扩展基本信息
名称 | |
ID | ejnmkocglpmepbkbagldimfkidbkifgo |
官方URL | https://chromewebstore.google.com/detail/american-well-screenshari/ejnmkocglpmepbkbagldimfkidbkifgo |
简介 | Enables screen sharing with American Well Video Platform |
文件大小 | 166 KB |
安装次数 | 101 |
当前版本 | 0.0.5 |
更新时间 | 2019-07-13 |
上架时间 | 2019-07-10 |
开发者 | American Well |
付费类型 | free |
支持的语言 | 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" } |