SuperDog Authentication Extension
Send a message to a native application for authentication.
SuperDog Authentication Extensionとは何ですか?
SuperDog Authentication ExtensionはSuperDog Teamによって開発されたChromeの拡張機能で、その主な機能は「Send a message to a native application for authentication.」です。
拡張機能のスクリーンショット
SuperDog Authentication Extension拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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"
]
} | |