SuperDog Authentication Extension
Send a message to a native application for authentication.
SuperDog Authentication Extension क्या है?
SuperDog Authentication Extension SuperDog Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send a message to a native application for authentication."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SuperDog Authentication Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pkoaafcbkhngggbdlpjojgadneppiajj |
आधिकारिक URL | https://chromewebstore.google.com/detail/superdog-authentication-e/pkoaafcbkhngggbdlpjojgadneppiajj |
विवरण | Send a message to a native application for authentication. |
फ़ाइल का आकार | 15.21 KB |
स्थापना संख्या | 1,561 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-11-12 |
प्रकाशन तिथि | 2016-01-04 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | SuperDog Team |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SuperDog Authentication Extension", "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" ] } |