SuperDog Authentication Extension
Send a message to a native application for authentication.
Cos'è SuperDog Authentication Extension?
SuperDog Authentication Extension è un'estensione di Chrome sviluppata da SuperDog Team, e la sua funzione principale è "Send a message to a native application for authentication.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SuperDog Authentication Extension
Scarica i file di estensione SuperDog Authentication Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pkoaafcbkhngggbdlpjojgadneppiajj |
URL Ufficiale | https://chromewebstore.google.com/detail/superdog-authentication-e/pkoaafcbkhngggbdlpjojgadneppiajj |
Descrizione | Send a message to a native application for authentication. |
Dimensione del File | 15.21 KB |
Conteggio Installazioni | 1,561 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2023-11-12 |
Data di Pubblicazione | 2016-01-04 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | SuperDog Team |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |