SuperDog Extension for Authentication
Send a message to a native application for authentication.
什麼是SuperDog Extension for Authentication?
SuperDog Extension for Authentication是由SuperDog Team開發的Chrome擴展程式,該擴展的主要功能是“Send a message to a native application for authentication.”。
擴展截圖
下載SuperDog Extension for Authentication擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | hffoinfgcckjcnbnkklmllehiclagnam |
| 官方網址 | 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"
]
} | |