Duochrome

Login through Duo Mobile in your browser.

Duochrome क्या है?

Duochrome Erich Boschert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Login through Duo Mobile in your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Duochrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}