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 |
Eメール | [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" ] } |