2 Factor Sigil

Indicator for whether the current site supports 2fa

O que é 2 Factor Sigil?

2 Factor Sigil é uma extensão do Chrome desenvolvida por https://wills.co.tt, e sua principal característica é "Indicator for whether the current site supports 2fa".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 2 Factor Sigil

Baixe arquivos de extensão 2 Factor Sigil no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome 2 Factor Sigil 2 Factor Sigil
ID cbdfpgmgblnhpojnhchjejiggjehinmk
URL Oficial https://chromewebstore.google.com/detail/2-factor-sigil/cbdfpgmgblnhpojnhchjejiggjehinmk
Descrição Indicator for whether the current site supports 2fa
Tamanho do Arquivo 47.63 KB
Contagem de Instalações 14
Versão Atual 0.0.1
Última Atualização 2017-06-18
Data de Publicação 2017-06-18
Desenvolvedor https://wills.co.tt
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/willscott/2fsigil
Idiomas Suportados 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"
    }
}