Bitglass Chrome Extension

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

What is Bitglass Chrome Extension?

Bitglass Chrome Extension is a Chrome extension developed by https://bitglass.com, and its main feature is "Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.".

Extension Screenshots

screenshot

Download Bitglass Chrome Extension Extension CRX File

Download Bitglass Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bitglass Chrome Extension Bitglass Chrome Extension
ID obpgepecmhhglbagkeopjnmalogkhpjo
Official URL https://chromewebstore.google.com/detail/bitglass-chrome-extension/obpgepecmhhglbagkeopjnmalogkhpjo
Description Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.
File Size 11.52 KB
Installation Count 10,000
Current Version 1.4
Last Updated 2023-02-03
Publish Date 2020-03-17
Rating 5.00/5 Total 1 Ratings
Developer https://bitglass.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}