HyperComply Form Assistant

Use HyperComply to fill out web form security evaluations.

Что такое HyperComply Form Assistant?

HyperComply Form Assistant - это расширение Chrome, разработанное https://hypercomply.com, и его основная функция - "Use HyperComply to fill out web form security evaluations.".

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

screenshot

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

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

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

                        Use the HyperComply Form Assistant to search your HyperComply knowledge base without leaving your current tab. The extension gives you the ability to either directly fill out form fields on the page with the click of a button, or copy the answer text to insert it yourself.                    

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

Название HyperComply Form Assistant HyperComply Form Assistant
ID hdjgclfpeegcmgndglilkhlhjjjcheeh
Официальный URL https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh
Описание Use HyperComply to fill out web form security evaluations.
Размер файла 76.58 KB
Количество установок 621
Текущая Версия 4.2.2
Последнее Обновление 2023-12-01
Дата публикации 2019-12-17
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://hypercomply.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://hypercomply.com
URL страницы помощи https://hypercomply.com
URL страницы политики конфиденциальности https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "4.2.2",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "96": "images\/icon-96.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.hypercomply.com\/*",
            "https:\/\/*.stag.hypercomply.com\/*"
        ]
    }
}