Bitglass Chrome Extension

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

什麼是Bitglass Chrome Extension?

Bitglass Chrome Extension是由https://bitglass.com開發的Chrome擴展程式,該擴展的主要功能是“Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.”。

擴展截圖

screenshot

下載Bitglass Chrome Extension擴展crx文件

下載Bitglass Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Bitglass Chrome Extension Bitglass Chrome Extension
ID obpgepecmhhglbagkeopjnmalogkhpjo
官方網址 https://chromewebstore.google.com/detail/bitglass-chrome-extension/obpgepecmhhglbagkeopjnmalogkhpjo
簡介 Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.
檔案大小 11.52 KB
安裝次數 10,000
目前版本 1.4
更新時間 2023-02-03
上架時間 2020-03-17
評分 5.00/5 共 1 次評分
開發者 https://bitglass.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}