Brochesia Screen Sharing
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
What is Brochesia Screen Sharing?
Brochesia Screen Sharing is a Chrome extension developed by https://www.brochesia.com, and its main feature is "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".
Extension Screenshots
Download Brochesia Screen Sharing Extension CRX File
Download Brochesia 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
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Extension Basic Information
Name | |
ID | epmclfpemadhbkipichmjbmahbmolljb |
Official URL | https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb |
Description | This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call. |
File Size | 5.45 KB |
Installation Count | 20 |
Current Version | 2 |
Last Updated | 2019-04-12 |
Publish Date | 2019-04-12 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.brochesia.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.brochesia.com/privacy_policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brochesia Screen Sharing", "author": "Brochesia", "version": "2", "manifest_version": 2, "minimum_chrome_version": "65", "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.", "homepage_url": "https:\/\/www.brochesia.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.brochesia.cloud\/*", "https:\/\/localhost:8443\/*", "http:\/\/localhost:4000\/*", "http:\/\/192.168.1.151:4000\/*", "http:\/\/192.168.0.251:4000\/*", "http:\/\/172.255.101.250:4000\/*" ] } ], "icons": { "16": "icon.png", "22": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon.png" ] } |