SuperDog Authentication Extension
Send a message to a native application for authentication.
O que é SuperDog Authentication Extension?
SuperDog Authentication Extension é 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
Baixar o arquivo CRX da Extensão SuperDog Authentication Extension
Baixe arquivos de extensão SuperDog Authentication Extension 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
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 | |
ID | pkoaafcbkhngggbdlpjojgadneppiajj |
URL Oficial | https://chromewebstore.google.com/detail/superdog-authentication-e/pkoaafcbkhngggbdlpjojgadneppiajj |
Descrição | Send a message to a native application for authentication. |
Tamanho do Arquivo | 15.21 KB |
Contagem de Instalações | 1,561 |
Versão Atual | 2.0 |
Última Atualização | 2023-11-12 |
Data de Publicação | 2016-01-04 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | SuperDog Team |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SuperDog Authentication Extension", "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" ] } |