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はhttps://duo.comによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |