Google Verified Access by Duo
Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva
Google Verified Access by Duoคืออะไร?
Google Verified Access by Duo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://duo.com และคุณลักษณะหลักของมันคือ "Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Verified Access by Duo
ดาวน์โหลดไฟล์ส่วนขยาย Google Verified Access by Duo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google's Verified Access is hardware-backed method of device identity and status confirmation. When a user authenticates via the Duo Prompt using a Chromebook, Google Verified Access attests that the Chromebook is enrolled in enterprise device management and is thus compliant with all enterprise policies. Privacy Policy: https://duo.com/legal/privacy-notice-services Trusted Endpoint Documentation: https://duo.com/docs/trusted-endpoints-google-verified
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Verified Access by Duo |
ID | lojeokmpinkpmpbakfkfpgfhpapbgdnd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-verified-access-by/lojeokmpinkpmpbakfkfpgfhpapbgdnd |
คำอธิบาย | Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva |
ขนาดไฟล์ | 24.9 KB |
จำนวนการติดตั้ง | 53,584 |
เวอร์ชันปัจจุบัน | 1.7.0 |
อัปเดตครั้งล่าสุด | 2021-04-22 |
วันที่เผยแพร่ | 2019-02-02 |
คะแนน | 3.77/5 รวมทั้งหมด 57 คะแนน |
ผู้พัฒนา | https://duo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://duo.com |
URL หน้าช่วยเหลือ | https://duo.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://duo.com/legal/privacy-notice-services |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "background": { "scripts": [ "platform.js", "background.js" ] }, "content_security_policy": "script-src 'self' http:\/\/localhost:*; object-src 'self'", "description": "Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http:\/\/duo.sc\/gva", "externally_connectable": { "matches": [ "*:\/\/*.duosec.org\/*", "*:\/\/*.duosecurity.com\/*", "*:\/\/*.duo.test\/*" ] }, "icons": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Google Verified Access by Duo", "permissions": [ "https:\/\/*.duosec.org\/*", "https:\/\/*.duosecurity.com\/*", "https:\/\/*.duo.test\/*", "enterprise.platformKeys", "identity", "identity.email" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.7.0", "web_accessible_resources": [ "icon19.png" ] } |