Duochrome

Login through Duo Mobile in your browser.

Duochromeคืออะไร?

Duochrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erich Boschert และคุณลักษณะหลักของมันคือ "Login through Duo Mobile in your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duochrome

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    }
}