WMS OpenTok Screen Sharing v2 (AP)
This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
WMS OpenTok Screen Sharing v2 (AP)คืออะไร?
WMS OpenTok Screen Sharing v2 (AP) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tokbox-reference-demos.herokuapp.com และคุณลักษณะหลักของมันคือ "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WMS OpenTok Screen Sharing v2 (AP)
ดาวน์โหลดไฟล์ส่วนขยาย WMS OpenTok Screen Sharing v2 (AP) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | knmknlapoidpamfmadaalafimbjegekh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wms-opentok-screen-sharin/knmknlapoidpamfmadaalafimbjegekh |
คำอธิบาย | This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen. |
ขนาดไฟล์ | 28.84 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 2.8.1 |
อัปเดตครั้งล่าสุด | 2017-05-04 |
วันที่เผยแพร่ | 2017-05-04 |
ผู้พัฒนา | https://tokbox-reference-demos.herokuapp.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WMS OpenTok Screen Sharing v2 (AP)", "author": "Vertical Solution TokBox, Inc.", "version": "2.8.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for http:\/\/tokbox.com\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/tokbox.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/ss-annotation-acc-pack.herokuapp.com\/", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |