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.
扩展基本信息
名称 | 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" ] } |