SuperDog Extension for Authentication

Send a message to a native application for authentication.

SuperDog Extension for Authenticationคืออะไร?

SuperDog Extension for Authentication เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SuperDog Team และคุณลักษณะหลักของมันคือ "Send a message to a native application for authentication."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SuperDog Extension for Authentication

ดาวน์โหลดไฟล์ส่วนขยาย SuperDog Extension for Authentication ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}