2 Factor Sigil

Indicator for whether the current site supports 2fa

2 Factor Sigil क्या है?

2 Factor Sigil https://wills.co.tt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Indicator for whether the current site supports 2fa"।

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

screenshot

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

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

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

                        2 Factor sigil keeps a visual indication in the menu bar indicating whether the current site supports 2nd factor authentication.

The icon will turn green for sites which do support 2nd factor. Clicking on the icon will take you to the documentation on how to enable 2 factor when such a URL exists.

Sites status reflects the presence of a site in https://twofactorauth.org/

Changelog:
0.0.1: Initial Release                    

एक्सटेंशन की मूल जानकारी

नाम 2 Factor Sigil 2 Factor Sigil
ID cbdfpgmgblnhpojnhchjejiggjehinmk
आधिकारिक URL https://chromewebstore.google.com/detail/2-factor-sigil/cbdfpgmgblnhpojnhchjejiggjehinmk
विवरण Indicator for whether the current site supports 2fa
फ़ाइल का आकार 47.63 KB
स्थापना संख्या 14
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2017-06-18
प्रकाशन तिथि 2017-06-18
डेवलपर https://wills.co.tt
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/willscott/2fsigil
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/action-16.png",
        "128": "icons\/action-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "declarativeContent",
        "activeTab",
        "storage",
        "https:\/\/api.github.com\/*",
        "https:\/\/raw.githubusercontent.com\/2factorauth\/twofactorauth\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/action-19-bad.png",
            "38": "icons\/action-38-bad.png"
        },
        "default_title": "2nd Factor Support"
    }
}