GetBEE Screen Sharing
Extension that allows screen sharing in sessions.
Qu'est-ce que GetBEE Screen Sharing ?
GetBEE Screen Sharing est une extension Chrome développée par teachmenow.com, et sa fonction principale est "Extension that allows screen sharing in sessions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GetBEE Screen Sharing
Téléchargez les fichiers d'extension GetBEE Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extension that allows screen sharing in sessions.
Informations de Base sur l'Extension
Nom | |
ID | ncnoedelhfcjmilopopijplhmjnblfkh |
URL Officiel | https://chrome.google.com/webstore/detail/getbee-screen-sharing/ncnoedelhfcjmilopopijplhmjnblfkh |
Description | Extension that allows screen sharing in sessions. |
Taille du Fichier | 29.22 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2020-07-06 |
Date de Publication | 2020-07-02 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | teachmenow.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |