SuperDog Authentication Extension
Send a message to a native application for authentication.
SuperDog Authentication Extensionคืออะไร?
SuperDog Authentication Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SuperDog Team และคุณลักษณะหลักของมันคือ "Send a message to a native application for authentication."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SuperDog Authentication Extension
ดาวน์โหลดไฟล์ส่วนขยาย SuperDog Authentication Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |