HyperComply Form Assistant

Use HyperComply to fill out web form security evaluations.

¿Qué es HyperComply Form Assistant?

HyperComply Form Assistant es una extensión de Chrome desarrollada por https://hypercomply.com, y su función principal es "Use HyperComply to fill out web form security evaluations.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HyperComply Form Assistant

Descarga archivos de extensión HyperComply Form Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HyperComply Form Assistant HyperComply Form Assistant
ID hdjgclfpeegcmgndglilkhlhjjjcheeh
URL Oficial https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh
Descripción Use HyperComply to fill out web form security evaluations.
Tamaño del Archivo 76.58 KB
Cantidad de Instalaciones 621
Versión Actual 4.2.2
Última Actualización 2023-12-01
Fecha de Publicación 2019-12-17
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador https://hypercomply.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hypercomply.com
URL de la Página de Ayuda https://hypercomply.com
URL de la Página de Política de Privacidad https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf
Idiomas Soportados 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\/*"
        ]
    }
}