Hudu Chrome Extension
Hudu Chrome Extension
Что такое Hudu Chrome Extension?
Hudu Chrome Extension - это расширение Chrome, разработанное Hudu Technologies, Inc., и его основная функция - "Hudu Chrome Extension".
Снимки экрана расширения
Скачать файл CRX расширения Hudu Chrome Extension
Скачайте файлы расширений 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.
Основная информация о расширении
Название | Hudu Chrome Extension |
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. |
Электронная почта | [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": [ " |