Brochesia Screen Sharing

This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.

Cos'è Brochesia Screen Sharing?

Brochesia Screen Sharing è un'estensione di Chrome sviluppata da https://www.brochesia.com, e la sua funzione principale è "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Brochesia Screen Sharing

Scarica i file di estensione Brochesia 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

                        This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.                    

Informazioni di Base sull'Estensione

Nome Brochesia Screen Sharing Brochesia Screen Sharing
ID epmclfpemadhbkipichmjbmahbmolljb
URL Ufficiale https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb
Descrizione This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Dimensione del File 5.45 KB
Conteggio Installazioni 20
Versione Corrente 2
Ultimo Aggiornamento 2019-04-12
Data di Pubblicazione 2019-04-12
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://www.brochesia.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.brochesia.com/privacy_policy.html
Lingue Supportate 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"
    ]
}