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.
Apa itu WMS OpenTok Screen Sharing v2 (AP)?
WMS OpenTok Screen Sharing v2 (AP) adalah ekstensi Chrome yang dikembangkan oleh https://tokbox-reference-demos.herokuapp.com, dan fitur utamanya adalah "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".
Unduh Berkas CRX Ekstensi WMS OpenTok Screen Sharing v2 (AP)
Unduh file ekstensi WMS OpenTok Screen Sharing v2 (AP) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | knmknlapoidpamfmadaalafimbjegekh |
URL Resmi | https://chrome.google.com/webstore/detail/wms-opentok-screen-sharin/knmknlapoidpamfmadaalafimbjegekh |
Deskripsi | This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen. |
Ukuran File | 28.84 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 2.8.1 |
Terakhir Diperbarui | 2017-05-04 |
Tanggal Publikasi | 2017-05-04 |
Pengembang | https://tokbox-reference-demos.herokuapp.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |