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" } |