GetBEE Screen Sharing
Extension that allows screen sharing in sessions.
Co je GetBEE Screen Sharing?
GetBEE Screen Sharing je rozšíření Chrome vyvinuté teachmenow.com, a jeho hlavní funkcí je „Extension that allows screen sharing in sessions.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GetBEE Screen Sharing
Stáhněte si soubory rozšíření GetBEE Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Extension that allows screen sharing in sessions.
Základní Informace o Rozšíření
Název | |
ID | ncnoedelhfcjmilopopijplhmjnblfkh |
Oficiální URL | https://chrome.google.com/webstore/detail/getbee-screen-sharing/ncnoedelhfcjmilopopijplhmjnblfkh |
Popis | Extension that allows screen sharing in sessions. |
Velikost souboru | 29.22 KB |
Počet instalací | 59 |
Aktuální Verze | 1.7 |
Poslední Aktualizace | 2020-07-06 |
Datum Vydání | 2020-07-02 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | teachmenow.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |