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.
What is OpenTok Screen Sharing v2 (Financial Demo)?
OpenTok Screen Sharing v2 (Financial Demo) is a Chrome extension developed by https://financial-demo.herokuapp.com, and its main feature is "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".
Download OpenTok Screen Sharing v2 (Financial Demo) Extension CRX File
Download OpenTok Screen Sharing v2 (Financial Demo) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | plocfffmbcclpdifaikiikgplfnepkpo |
Official URL | https://chromewebstore.google.com/detail/opentok-screen-sharing-v2/plocfffmbcclpdifaikiikgplfnepkpo |
Description | This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen. |
File Size | 28.85 KB |
Installation Count | 34 |
Current Version | 2.0 |
Last Updated | 2016-08-11 |
Publish Date | 2016-08-11 |
Developer | https://financial-demo.herokuapp.com |
Payment Type | free |
Supported Languages | 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" ] } |