Push Authenticator

Two Factor Authentication Simplified using Push Notification Verification

O que é Push Authenticator?

Push Authenticator é uma extensão do Chrome desenvolvida por push-authenticator-developers, e sua principal característica é "Two Factor Authentication Simplified using Push Notification Verification".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Push Authenticator

Baixe arquivos de extensão Push Authenticator 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

                        Allows you to receive two factor authentication codes via push notification instead of manually copying the code from your phone.                    

Informações Básicas da Extensão

Nome Push Authenticator Push Authenticator
ID dohecjonbhinehgkkamcnpkdakhghaej
URL Oficial https://chromewebstore.google.com/detail/push-authenticator/dohecjonbhinehgkkamcnpkdakhghaej
Descrição Two Factor Authentication Simplified using Push Notification Verification
Tamanho do Arquivo 486 KB
Contagem de Instalações 550
Versão Atual 2.1
Última Atualização 2016-08-01
Data de Publicação 2016-07-31
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor push-authenticator-developers
Tipo de Pagamento free
Site da Extensão https://explore.singular.net/authenticator
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push Authenticator",
    "description": "Two Factor Authentication Simplified using Push Notification Verification",
    "version": "2.1",
    "icons": {
        "128": "icons\/app_icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/app_icon_38x38.png",
        "default_popup": "popup.html",
        "default_title": "Push Authenticator"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "jquery-2.2.4.min.js",
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js",
            "sjcl.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "gcm",
        "storage"
    ]
}