SuperDog Extension for Authentication
Send a message to a native application for authentication.
Hvad er SuperDog Extension for Authentication?
SuperDog Extension for Authentication er en Chrome-udvidelse udviklet af SuperDog Team, og dens hovedfunktion er "Send a message to a native application for authentication.".
Udvidelsesskærmbilleder
Download SuperDog Extension for Authentication-udvidelses-CRX-fil
Download SuperDog Extension for Authentication-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | SuperDog Extension for Authentication |
ID | hffoinfgcckjcnbnkklmllehiclagnam |
Officiel URL | https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam |
Beskrivelse | Send a message to a native application for authentication. |
Filstørrelse | 15.17 KB |
Antal Installationer | 1,000 |
Nuværende Version | 2.0 |
Senest Opdateret | 2023-11-08 |
Udgivelsesdato | 2017-09-14 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | SuperDog Team |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |