OpenTok Screen Sharing v2 (Financial Demo)
This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
Co to jest OpenTok Screen Sharing v2 (Financial Demo)?
OpenTok Screen Sharing v2 (Financial Demo) to rozszerzenie Chrome opracowane przez https://financial-demo.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 OpenTok Screen Sharing v2 (Financial Demo)
Pobierz pliki rozszerzeń OpenTok Screen Sharing v2 (Financial Demo) 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 | plocfffmbcclpdifaikiikgplfnepkpo |
Oficjalny URL | https://chromewebstore.google.com/detail/opentok-screen-sharing-v2/plocfffmbcclpdifaikiikgplfnepkpo |
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.85 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2016-08-11 |
Data Publikacji | 2016-08-11 |
Deweloper | https://financial-demo.herokuapp.com |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenTok Screen Sharing v2 (Financial Demo)", "author": "Vertical Solution TokBox, Inc.", "version": "2.0", "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:\/\/financial-demo.herokuapp.com\/", "https:\/\/financial-demo.herokuapp.com\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |