GetBEE Screen Sharing

Extension that allows screen sharing in sessions.

Cos'è GetBEE Screen Sharing?

GetBEE Screen Sharing è un'estensione di Chrome sviluppata da teachmenow.com, e la sua funzione principale è "Extension that allows screen sharing in sessions.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GetBEE Screen Sharing

Scarica i file di estensione GetBEE Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension that allows screen sharing in sessions.                    

Informazioni di Base sull'Estensione

Nome GetBEE Screen Sharing GetBEE Screen Sharing
ID ncnoedelhfcjmilopopijplhmjnblfkh
URL Ufficiale https://chrome.google.com/webstore/detail/getbee-screen-sharing/ncnoedelhfcjmilopopijplhmjnblfkh
Descrizione Extension that allows screen sharing in sessions.
Dimensione del File 29.22 KB
Conteggio Installazioni 59
Versione Corrente 1.7
Ultimo Aggiornamento 2020-07-06
Data di Pubblicazione 2020-07-02
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore teachmenow.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}