SuperDog Extension for Authentication
Send a message to a native application for authentication.
Qu'est-ce que SuperDog Extension for Authentication ?
SuperDog Extension for Authentication est une extension Chrome développée par SuperDog Team, et sa fonction principale est "Send a message to a native application for authentication.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SuperDog Extension for Authentication
Téléchargez les fichiers d'extension SuperDog Extension for Authentication au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SuperDog Extension for Authentication |
ID | hffoinfgcckjcnbnkklmllehiclagnam |
URL Officiel | https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam |
Description | Send a message to a native application for authentication. |
Taille du Fichier | 15.17 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2023-11-08 |
Date de Publication | 2017-09-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | SuperDog Team |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |