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.”。
扩展截图
下载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 |
ID | obpgepecmhhglbagkeopjnmalogkhpjo |
官方URL | 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" ] } |