SuperDog Extension for Authentication

Send a message to a native application for authentication.

O que é SuperDog Extension for Authentication?

SuperDog Extension for Authentication é uma extensão do Chrome desenvolvida por SuperDog Team, e sua principal característica é "Send a message to a native application for authentication.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SuperDog Extension for Authentication

Baixe arquivos de extensão SuperDog Extension for Authentication no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SuperDog Extension for Authentication SuperDog Extension for Authentication
ID hffoinfgcckjcnbnkklmllehiclagnam
URL Oficial https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam
Descrição Send a message to a native application for authentication.
Tamanho do Arquivo 15.17 KB
Contagem de Instalações 1,000
Versão Atual 2.0
Última Atualização 2023-11-08
Data de Publicação 2017-09-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor SuperDog Team
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}