Push Authenticator

Two Factor Authentication Simplified using Push Notification Verification

Cos'è Push Authenticator?

Push Authenticator è un'estensione di Chrome sviluppata da push-authenticator-developers, e la sua funzione principale è "Two Factor Authentication Simplified using Push Notification Verification".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Push Authenticator

Scarica i file di estensione Push Authenticator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Push Authenticator Push Authenticator
ID dohecjonbhinehgkkamcnpkdakhghaej
URL Ufficiale https://chromewebstore.google.com/detail/push-authenticator/dohecjonbhinehgkkamcnpkdakhghaej
Descrizione Two Factor Authentication Simplified using Push Notification Verification
Dimensione del File 486 KB
Conteggio Installazioni 550
Versione Corrente 2.1
Ultimo Aggiornamento 2016-08-01
Data di Pubblicazione 2016-07-31
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore push-authenticator-developers
Tipo di Pagamento free
Sito Web dell'Estensione https://explore.singular.net/authenticator
Lingue Supportate 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"
    ]
}