Bitglass Chrome Extension

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

Co to jest Bitglass Chrome Extension?

Bitglass Chrome Extension to rozszerzenie Chrome opracowane przez https://bitglass.com, a jego główną funkcją jest „Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bitglass Chrome Extension

Pobierz pliki rozszerzeń Bitglass Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Bitglass Chrome Extension Bitglass Chrome Extension
ID obpgepecmhhglbagkeopjnmalogkhpjo
Oficjalny URL https://chromewebstore.google.com/detail/bitglass-chrome-extension/obpgepecmhhglbagkeopjnmalogkhpjo
Opis Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.
Rozmiar pliku 11.52 KB
Liczba instalacji 10,000
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2023-02-03
Data Publikacji 2020-03-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://bitglass.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}