SuperDog Extension for Authentication

Send a message to a native application for authentication.

SuperDog Extension for Authentication là gì?

SuperDog Extension for Authentication là một tiện ích mở rộng Chrome được phát triển bởi SuperDog Team, và tính năng chính của nó là "Send a message to a native application for authentication.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SuperDog Extension for Authentication

Tải xuống các tệp mở rộng SuperDog Extension for Authentication dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SuperDog Extension for Authentication SuperDog Extension for Authentication
ID hffoinfgcckjcnbnkklmllehiclagnam
URL Chính Thức https://chromewebstore.google.com/detail/superdog-extension-for-au/hffoinfgcckjcnbnkklmllehiclagnam
Mô tả Send a message to a native application for authentication.
Kích Thước Tệp 15.17 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2017-09-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển SuperDog Team
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}