SuperDog Extension for Authentication

Send a message to a native application for authentication.

What is SuperDog Extension for Authentication?

SuperDog Extension for Authentication is a Chrome extension developed by SuperDog Team, and its main feature is "Send a message to a native application for authentication.".

Extension Screenshots

screenshot

Download SuperDog Extension for Authentication Extension CRX File

Download SuperDog Extension for Authentication extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SuperDog Extension for Authentication SuperDog Extension for Authentication
ID hffoinfgcckjcnbnkklmllehiclagnam
Official URL https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam
Description Send a message to a native application for authentication.
File Size 15.17 KB
Installation Count 1,000
Current Version 2.0
Last Updated 2023-11-08
Publish Date 2017-09-14
Rating 5.00/5 Total 2 Ratings
Developer SuperDog Team
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}