Toshiba Web Conference
WebRTC Screen Capturing Extension
What is Toshiba Web Conference?
Toshiba Web Conference is a Chrome extension developed by https://52.11.150.145:8443/ScreenShare, and its main feature is "WebRTC Screen Capturing Extension".
Extension Screenshots
Download Toshiba Web Conference Extension CRX File
Download Toshiba Web Conference 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
updated homepage-url in manifest
Extension Basic Information
Name | |
ID | jemdpmcopcpngbklmcjcljfkdmoloeno |
Official URL | https://chrome.google.com/webstore/detail/toshiba-web-conference/jemdpmcopcpngbklmcjcljfkdmoloeno |
Description | WebRTC Screen Capturing Extension |
File Size | 265 KB |
Installation Count | 16 |
Current Version | 0.2 |
Last Updated | 2016-03-16 |
Publish Date | 2016-03-16 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://52.11.150.145:8443/ScreenShare |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toshiba Web Conference", "author": "Toshiba", "version": "0.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC Screen Capturing Extension", "homepage_url": "https:\/\/52.11.150.145:8443\/ScreenShare\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/52.11.150.145\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |