Duochrome
Login through Duo Mobile in your browser.
Duochromeとは何ですか?
DuochromeはErich Boschertによって開発されたChromeの拡張機能で、その主な機能は「Login through Duo Mobile in your browser.」です。
拡張機能のスクリーンショット
Duochrome拡張機能のCRXファイルをダウンロード
Duochrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An alternative to the Duo Mobile app. Duochrome can log you in with just a click. # FAQ Q: How does it work? A: Duochrome approves logins by simply clicking on the extension. It does not bypass Duo Mobile, it works just like the phone app. Q: How do I set it up? A: Just like your phone, you'll need to register it to your organization's Duo Mobile account. Duochrome provides instructions when installed. Q: Does it work for all organizations? A: Yes. Q: Can I copy Duochrome to other computers? A: Yes. In settings, press the export button to get your login data. You can import this data on another extension. Q: Is this secure? A: Yes. Extensions are protected by the modern security of your browser. For security details, visit the GitHub page. Q: How do I uninstall it? A: Right click Duochrome and select remove from Chrome/Edge. You'll need to revisit your organization's Duo Mobile devices page to remove it as a login device.
拡張機能の基本情報
名前 | Duochrome |
ID | bnfooenhhgcnhdkdjelgmmkpaemlnoek |
公式URL | https://chromewebstore.google.com/detail/duochrome/bnfooenhhgcnhdkdjelgmmkpaemlnoek |
説明 | Login through Duo Mobile in your browser. |
ファイルサイズ | 3.2 MB |
インストール数 | 3,235 |
現在のバージョン | 1.3.9 |
最終更新日 | 2023-12-17 |
公開日 | 2022-10-04 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Erich Boschert |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/FreshSupaSulley/Duochrome |
ヘルプページのURL | https://github.com/FreshSupaSulley/Duochrome |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duochrome", "description": "Login through Duo Mobile in your browser.", "version": "1.3.9", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.duosecurity.com\/*" ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.duosecurity.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |