SuperDog Extension for Authentication
Send a message to a native application for authentication.
Wat is SuperDog Extension for Authentication?
SuperDog Extension for Authentication is een Chrome-extensie ontwikkeld door SuperDog Team, en de belangrijkste functie is "Send a message to a native application for authentication.".
Extensie Screenshots
Download het CRX-bestand van de extensie SuperDog Extension for Authentication
Download SuperDog Extension for Authentication-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SuperDog Extension for Authentication |
ID | hffoinfgcckjcnbnkklmllehiclagnam |
Officiële URL | https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam |
Beschrijving | Send a message to a native application for authentication. |
Bestandsgrootte | 15.17 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2023-11-08 |
Publicatiedatum | 2017-09-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | SuperDog Team |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |