SuperDog Extension for Authentication
Send a message to a native application for authentication.
SuperDog Extension for Authentication क्या है?
SuperDog Extension for Authentication SuperDog Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send a message to a native application for authentication."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SuperDog Extension for Authentication एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | SuperDog Extension for Authentication |
ID | hffoinfgcckjcnbnkklmllehiclagnam |
आधिकारिक URL | https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam |
विवरण | Send a message to a native application for authentication. |
फ़ाइल का आकार | 15.17 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-11-08 |
प्रकाशन तिथि | 2017-09-14 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | SuperDog Team |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |