Push Authenticator Pro

Push Authenticator Pro for iOS/Android

Vad är Push Authenticator Pro?

Push Authenticator Pro är en Chrome-tillägg utvecklad av tachyonfactory, och dess huvudfunktion är "Push Authenticator Pro for iOS/Android".

Tilläggsskärmbilder

Ladda ner Push Authenticator Pro-förlängningens CRX-fil

Ladda ner Push Authenticator Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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 .                    

Grundläggande Information om Tillägg

Namn Push Authenticator Pro Push Authenticator Pro
ID bmkgobnckmhcmpdhojfmanpanbhjfmce
Officiell webbadress https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce
Beskrivning Push Authenticator Pro for iOS/Android
Filstorlek 102 KB
Antal Installationer 343
Aktuell Version 1.0.0
Senast Uppdaterad 2019-06-29
Publiceringsdatum 2019-06-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare tachyonfactory
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://tachyonfactory.com/pushauthenticatorpro/help.html
Stödda Språk 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"
    ]
}