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 |
Eメール | [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" ] } |