Hudu Chrome Extension

Hudu Chrome Extension

Wat is Hudu Chrome Extension?

Hudu Chrome Extension is een Chrome-extensie ontwikkeld door Hudu Technologies, Inc., en de belangrijkste functie is "Hudu Chrome Extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Hudu Chrome Extension

Download Hudu Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hudu Chrome Extension Hudu Chrome Extension
ID ejeeoonlleiljffabooidiebffmlmigi
Officiële URL https://chromewebstore.google.com/detail/hudu-chrome-extension/ejeeoonlleiljffabooidiebffmlmigi
Beschrijving Hudu Chrome Extension
Bestandsgrootte 1.07 MB
Aantal Installaties 4,216
Huidige Versie 2.1.0
Laatst Bijgewerkt 2023-10-12
Publicatiedatum 2023-01-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Hudu Technologies, Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.hudu.com
Help Pagina-URL https://support.usehudu.com/hc/en-us/articles/5323145930903-Hudu-Browser-Extension
URL van de Privacybeleid Pagina https://www.hudu.com/privacy.html
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}