Bitglass Chrome Extension
Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.
Co je Bitglass Chrome Extension?
Bitglass Chrome Extension je rozšíření Chrome vyvinuté https://bitglass.com, a jeho hlavní funkcí je „Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bitglass Chrome Extension
Stáhněte si soubory rozšíření Bitglass Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.
Základní Informace o Rozšíření
Název | Bitglass Chrome Extension |
ID | obpgepecmhhglbagkeopjnmalogkhpjo |
Oficiální URL | https://chromewebstore.google.com/detail/bitglass-chrome-extension/obpgepecmhhglbagkeopjnmalogkhpjo |
Popis | Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution. |
Velikost souboru | 11.52 KB |
Počet instalací | 10,000 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2023-02-03 |
Datum Vydání | 2020-03-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://bitglass.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |