SuperDog Extension for Authentication

Send a message to a native application for authentication.

Co je SuperDog Extension for Authentication?

SuperDog Extension for Authentication je rozšíření Chrome vyvinuté SuperDog Team, a jeho hlavní funkcí je „Send a message to a native application for authentication.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SuperDog Extension for Authentication

Stáhněte si soubory rozšíření SuperDog Extension for Authentication ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        SuperDog Extension for Authentication (used in iframe).
This extension exchange data with a native messaging host to help users on authentication to certain website using a SuperDog token. SuperDog token is a USB dongle which can be used for IP protection and website authentication.                    

Základní Informace o Rozšíření

Název SuperDog Extension for Authentication SuperDog Extension for Authentication
ID hffoinfgcckjcnbnkklmllehiclagnam
Oficiální URL https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam
Popis Send a message to a native application for authentication.
Velikost souboru 15.17 KB
Počet instalací 1,000
Aktuální Verze 2.0
Poslední Aktualizace 2023-11-08
Datum Vydání 2017-09-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář SuperDog Team
E-mail [email protected]
Typ Platby free
Podporované Jazyky zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperDog Extension for Authentication",
    "version": "2.0",
    "manifest_version": 3,
    "description": "Send a message to a native application for authentication.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging"
    ]
}