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 je OpenTok Screen Sharing v2 (Financial Demo)?
OpenTok Screen Sharing v2 (Financial Demo) je rozšíření Chrome vyvinuté https://financial-demo.herokuapp.com, a jeho hlavní funkcí je „This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.“.
Stáhnout soubor CRX rozšíření OpenTok Screen Sharing v2 (Financial Demo)
Stáhněte si soubory rozšíření OpenTok Screen Sharing v2 (Financial Demo) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | plocfffmbcclpdifaikiikgplfnepkpo |
Oficiální URL | https://chromewebstore.google.com/detail/opentok-screen-sharing-v2/plocfffmbcclpdifaikiikgplfnepkpo |
Popis | This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen. |
Velikost souboru | 28.85 KB |
Počet instalací | 34 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2016-08-11 |
Datum Vydání | 2016-08-11 |
Vývojář | https://financial-demo.herokuapp.com |
Typ Platby | free |
Podporované Jazyky | 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" ] } |