ZPass

ZPass

Что такое ZPass?

ZPass - это расширение Chrome, разработанное META GUARD PTE. LTD., и его основная функция - "ZPass".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения ZPass

Скачайте файлы расширений ZPass в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ZPass is a password protection and management tool. It secures all your valuable digital assets, including your personal vault items and the company vault items.
Companies no longer need to worry about leaks of the secret passwords or keys when they share or assign their valuable website and application accounts to their employees or partners.
Our features:
1. logs you in with a single click . Save time entering web login info with Autofill.
2. Securely share and assign Login information within company.
3. Autosave your passwords while browsing websites.
For more information, visit: https://www.zpassapp.com.
For Privacy Policy, visit: https://www.zpassapp.com/zpass-app-privacy-notice
Feel free to contact our customer support team with any questions you may have: [email protected]                    

Основная информация о расширении

Название ZPass ZPass
ID eoioohbhgednnbpdfhpbaejfcafhjmnb
Официальный URL https://chromewebstore.google.com/detail/zpass/eoioohbhgednnbpdfhpbaejfcafhjmnb
Описание ZPass
Размер файла 1.33 MB
Количество установок 32
Текущая Версия 1.5.22
Последнее Обновление 2022-09-22
Дата публикации 2022-03-20
Рейтинг 4.67/5 Всего 3 оценок
Разработчик META GUARD PTE. LTD.
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://www.zpassapp.com/
URL страницы политики конфиденциальности https://www.zpassapp.com/zero-password-app-privacy-notice
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZPass",
    "description": "ZPass",
    "version": "1.5.22",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "icons": {
        "128": "images\/logo32.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo32.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/all.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "nativeMessaging",
        "privacy",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "images\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}