SuperDog Extension for Authentication
Send a message to a native application for authentication.
Cos'è SuperDog Extension for Authentication?
SuperDog Extension for Authentication è 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 Extension for Authentication
Scarica i file di estensione SuperDog Extension for Authentication 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hffoinfgcckjcnbnkklmllehiclagnam |
| URL Ufficiale | https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam |
| Descrizione | Send a message to a native application for authentication. |
| Dimensione del File | 15.17 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2023-11-08 |
| Data di Pubblicazione | 2017-09-14 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | SuperDog Team |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |