SuperDog Extension for Authentication

Send a message to a native application for authentication.

¿Qué es SuperDog Extension for Authentication?

SuperDog Extension for Authentication es una extensión de Chrome desarrollada por SuperDog Team, y su función principal es "Send a message to a native application for authentication.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SuperDog Extension for Authentication

Descarga archivos de extensión SuperDog Extension for Authentication en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SuperDog Extension for Authentication SuperDog Extension for Authentication
ID hffoinfgcckjcnbnkklmllehiclagnam
URL Oficial https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam
Descripción Send a message to a native application for authentication.
Tamaño del Archivo 15.17 KB
Cantidad de Instalaciones 1,000
Versión Actual 2.0
Última Actualización 2023-11-08
Fecha de Publicación 2017-09-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador SuperDog Team
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}