Bitglass Chrome Extension
Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.
Bitglass Chrome Extensionคืออะไร?
Bitglass Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bitglass.com และคุณลักษณะหลักของมันคือ "Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitglass Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |