Boardroom Demo : Chrome Screen Sharing
This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.
What is Boardroom Demo : Chrome Screen Sharing?
Boardroom Demo : Chrome Screen Sharing is a Chrome extension developed by http://demo.boardroom.work, and its main feature is "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.".
Extension Screenshots
Download Boardroom Demo : Chrome Screen Sharing Extension CRX File
Download Boardroom Demo : Chrome Screen Sharing 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
Watch Favourite Movies Online from various countries: Asia China Euro France HongKong India International Japan Korea Taiwan Thailand United Kingdom United States
Extension Basic Information
Name | |
ID | giohjbcffigkmknieljphlhnggmfgahb |
Official URL | https://chrome.google.com/webstore/detail/boardroom-demo-chrome-scr/giohjbcffigkmknieljphlhnggmfgahb |
Description | This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen. |
File Size | 10.98 KB |
Installation Count | 54 |
Current Version | 1.5 |
Last Updated | 2018-01-29 |
Publish Date | 2018-01-29 |
Rating | 4.00/5 Total 4 Ratings |
Developer | http://demo.boardroom.work |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://hosting.izndgroup.com/support/privacy.php |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boardroom Demo : Chrome Screen Sharing", "author": "iZND, Inc.", "version": "1.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.", "homepage_url": "https:\/\/join.boardroom.work\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.boardroom.work\/*" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.boardroom.work\/*", "https:\/\/*.boardroom.work.herokudns.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |