Bitglass Chrome Extension

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

Bitglass Chrome Extension là gì?

Bitglass Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://bitglass.com, và tính năng chính của nó là "Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitglass Chrome Extension

Tải xuống các tệp mở rộng Bitglass Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitglass Chrome Extension Bitglass Chrome Extension
ID obpgepecmhhglbagkeopjnmalogkhpjo
URL Chính Thức https://chromewebstore.google.com/detail/bitglass-chrome-extension/obpgepecmhhglbagkeopjnmalogkhpjo
Mô tả Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.
Kích Thước Tệp 11.52 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-02-03
Ngày Phát Hành 2020-03-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://bitglass.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}