Hudu Chrome Extension

Hudu Chrome Extension

Hudu Chrome Extension là gì?

Hudu Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Hudu Technologies, Inc., và tính năng chính của nó là "Hudu Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hudu Chrome Extension

Tải xuống các tệp mở rộng Hudu Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hudu Chrome Extension Hudu Chrome Extension
ID ejeeoonlleiljffabooidiebffmlmigi
URL Chính Thức https://chromewebstore.google.com/detail/hudu-chrome-extension/ejeeoonlleiljffabooidiebffmlmigi
Mô tả Hudu Chrome Extension
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 4,216
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-10-12
Ngày Phát Hành 2023-01-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Hudu Technologies, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.hudu.com
URL Trang Trợ Giúp https://support.usehudu.com/hc/en-us/articles/5323145930903-Hudu-Browser-Extension
URL Trang Chính Sách Bảo Mật https://www.hudu.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}