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.
Co to jest WMS OpenTok Screen Sharing v2 (AP)?
WMS OpenTok Screen Sharing v2 (AP) to rozszerzenie Chrome opracowane przez https://tokbox-reference-demos.herokuapp.com, a jego główną funkcją jest „This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.”.
Pobierz plik CRX rozszerzenia WMS OpenTok Screen Sharing v2 (AP)
Pobierz pliki rozszerzeń WMS OpenTok Screen Sharing v2 (AP) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | knmknlapoidpamfmadaalafimbjegekh |
Oficjalny URL | https://chrome.google.com/webstore/detail/wms-opentok-screen-sharin/knmknlapoidpamfmadaalafimbjegekh |
Opis | This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen. |
Rozmiar pliku | 28.84 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 2.8.1 |
Ostatnia Aktualizacja | 2017-05-04 |
Data Publikacji | 2017-05-04 |
Deweloper | https://tokbox-reference-demos.herokuapp.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |