American Well Screensharing Extension
Enables screen sharing with American Well Video Platform
American Well Screensharing Extensionคืออะไร?
American Well Screensharing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย American Well และคุณลักษณะหลักของมันคือ "Enables screen sharing with American Well Video Platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย American Well Screensharing Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |