Duochrome
Login through Duo Mobile in your browser.
Duochrome là gì?
Duochrome là một tiện ích mở rộng Chrome được phát triển bởi Erich Boschert, và tính năng chính của nó là "Login through Duo Mobile in your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Duochrome
Tải xuống các tệp mở rộng Duochrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Duochrome |
ID | bnfooenhhgcnhdkdjelgmmkpaemlnoek |
URL Chính Thức | https://chromewebstore.google.com/detail/duochrome/bnfooenhhgcnhdkdjelgmmkpaemlnoek |
Mô tả | Login through Duo Mobile in your browser. |
Kích Thước Tệp | 3.2 MB |
Số Lần Cài Đặt | 3,235 |
Phiên Bản Hiện Tại | 1.3.9 |
Cập Nhật Lần Cuối | 2023-12-17 |
Ngày Phát Hành | 2022-10-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Erich Boschert |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/FreshSupaSulley/Duochrome |
URL Trang Trợ Giúp | https://github.com/FreshSupaSulley/Duochrome |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |