2 Factor Sigil

Indicator for whether the current site supports 2fa

Was ist 2 Factor Sigil?

2 Factor Sigil ist eine Chrome-Erweiterung, die von https://wills.co.tt entwickelt wurde, und ihr Hauptmerkmal ist "Indicator for whether the current site supports 2fa".

Erweiterungsscreenshots

screenshot

2 Factor Sigil-Erweiterungs-CRX-Datei herunterladen

Laden Sie 2 Factor Sigil-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name 2 Factor Sigil 2 Factor Sigil
ID cbdfpgmgblnhpojnhchjejiggjehinmk
Offizielle URL https://chromewebstore.google.com/detail/2-factor-sigil/cbdfpgmgblnhpojnhchjejiggjehinmk
Beschreibung Indicator for whether the current site supports 2fa
Dateigröße 47.63 KB
Installationsanzahl 14
Aktuelle Version 0.0.1
Letztes Update 2017-06-18
Veröffentlichungsdatum 2017-06-18
Entwickler https://wills.co.tt
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/willscott/2fsigil
Unterstützte Sprachen 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"
    }
}