Bitglass Chrome Extension

Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.

Cos'è Bitglass Chrome Extension?

Bitglass Chrome Extension è un'estensione di Chrome sviluppata da https://bitglass.com, e la sua funzione principale è "Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bitglass Chrome Extension

Scarica i file di estensione Bitglass Chrome Extension 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

                        Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.                    

Informazioni di Base sull'Estensione

Nome Bitglass Chrome Extension Bitglass Chrome Extension
ID obpgepecmhhglbagkeopjnmalogkhpjo
URL Ufficiale https://chromewebstore.google.com/detail/bitglass-chrome-extension/obpgepecmhhglbagkeopjnmalogkhpjo
Descrizione Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.
Dimensione del File 11.52 KB
Conteggio Installazioni 10,000
Versione Corrente 1.4
Ultimo Aggiornamento 2023-02-03
Data di Pubblicazione 2020-03-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://bitglass.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitglass Chrome Extension",
    "version": "1.4",
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "https:\/\/*.btglss.net\/*",
            "https:\/\/*.us.bitglass.net\/*",
            "https:\/\/*.us.bgcls.com\/*",
            "https:\/\/*.bgcls2.net\/*"
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "thunk.js"
    },
    "incognito": "split",
    "permissions": [
        "desktopCapture",
        "enterprise.hardwarePlatform",
        "processes",
        "system.cpu",
        "webrtcAudioPrivate",
        "webrtcDesktopCapturePrivate",
        "webrtcLoggingPrivate"
    ]
}