Push Authenticator Pro

Push Authenticator Pro for iOS/Android

Cos'è Push Authenticator Pro?

Push Authenticator Pro è un'estensione di Chrome sviluppata da tachyonfactory, e la sua funzione principale è "Push Authenticator Pro for iOS/Android".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Push Authenticator Pro

Scarica i file di estensione Push Authenticator Pro 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

                        Push Authenticator Pro uses push messaging for two-factor authentication.

Chrome Extension allows you to send push requests to iOS/Android app. You'll get push message from iOS/Android app and send two-factor authentication codes to the Chrome.

YouTube video:
https://www.youtube.com/watch?v=3TVLOAknvrI

iOS app and Android app is available from https://bit.ly/pap-install .                    

Informazioni di Base sull'Estensione

Nome Push Authenticator Pro Push Authenticator Pro
ID bmkgobnckmhcmpdhojfmanpanbhjfmce
URL Ufficiale https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce
Descrizione Push Authenticator Pro for iOS/Android
Dimensione del File 102 KB
Conteggio Installazioni 343
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-06-29
Data di Pubblicazione 2019-06-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tachyonfactory
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://tachyonfactory.com/pushauthenticatorpro/help.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push Authenticator Pro",
    "description": "Push Authenticator Pro for iOS\/Android",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "aes-js.js",
            "base32.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "cs.js"
            ],
            "css": [
                "cs.css"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite"
    ]
}