GetBEE Screen Sharing
Extension that allows screen sharing in sessions.
What is GetBEE Screen Sharing?
GetBEE Screen Sharing is a Chrome extension developed by teachmenow.com, and its main feature is "Extension that allows screen sharing in sessions.".
Extension Screenshots
Download GetBEE Screen Sharing Extension CRX File
Download GetBEE 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
Extension that allows screen sharing in sessions.
Extension Basic Information
Name | |
ID | ncnoedelhfcjmilopopijplhmjnblfkh |
Official URL | https://chrome.google.com/webstore/detail/getbee-screen-sharing/ncnoedelhfcjmilopopijplhmjnblfkh |
Description | Extension that allows screen sharing in sessions. |
File Size | 29.22 KB |
Installation Count | 59 |
Current Version | 1.7 |
Last Updated | 2020-07-06 |
Publish Date | 2020-07-02 |
Rating | 3.67/5 Total 3 Ratings |
Developer | teachmenow.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetBEE Screen Sharing", "version": "1.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.getbee.com\/*", "*:\/\/*.edtechsolutions.org\/*", "*:\/\/*.exclusivementor.com\/*", "*:\/\/*.americanwellnesscenter.ae\/*", "*:\/\/*.selkar.me\/*", "*:\/\/*.theamyhrvold.com\/*", "*:\/\/*.novomed.com\/*", "*:\/\/*.2blimitless.com\/*", "*:\/\/*.arabcoders.ae\/*", "*:\/\/*.dhcc.ae\/*", "*:\/\/*.fintech-galaxy.com\/*", "*:\/\/*.inspiretherapy.ae\/*", "*:\/\/*.thedreamworkcollective.com\/*", "*:\/\/*.meditari.com\/*", "*:\/\/*.sustain-leadership.com\/", "*:\/\/*.noriegahoces.com\/", "*:\/\/*.aquiestoy.live\/" ] }, "permissions": [ "desktopCapture", "tabs" ] } |