Hudu Chrome Extension
Hudu Chrome Extension
Hudu Chrome Extensionとは何ですか?
Hudu Chrome ExtensionはHudu Technologies, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Hudu Chrome Extension」です。
拡張機能のスクリーンショット
Hudu Chrome Extension拡張機能のCRXファイルをダウンロード
Hudu Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hudu Chrome Extension
The Hudu Chrome extension is the perfect tool for users who want to get the most out of their Hudu experience. With this extension, you can...
- easily access and copy your passwords credentials (even "My Vault onces")
- autofill login forms
- and create new passwords with ease.
Plus, you can enjoy dark mode for a more comfortable viewing experience. 拡張機能の基本情報
| 名前 | |
| ID | ejeeoonlleiljffabooidiebffmlmigi |
| 公式URL | https://chromewebstore.google.com/detail/hudu-chrome-extension/ejeeoonlleiljffabooidiebffmlmigi |
| 説明 | Hudu Chrome Extension |
| ファイルサイズ | 1.07 MB |
| インストール数 | 4,216 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2023-10-12 |
| 公開日 | 2023-01-02 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Hudu Technologies, Inc. |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.hudu.com |
| ヘルプページのURL | https://support.usehudu.com/hc/en-us/articles/5323145930903-Hudu-Browser-Extension |
| プライバシーポリシーページのURL | https://www.hudu.com/privacy.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hudu Chrome Extension",
"description": "Hudu Chrome Extension",
"version": "2.1.0",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage",
"alarms",
"scripting",
"commands"
],
"host_permissions": [
"https:\/\/*\/*"
],
"action": {
"default_icon": "icon128.png",
"default_popup": "index.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+I"
},
"description": "Open Hudu popup"
}
},
"background": {
"service_worker": "backgroundScript.js"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"resources": [
"index.html"
],
"matches": [
" | |