HyperComply Form Assistant

Use HyperComply to fill out web form security evaluations.

Qu'est-ce que HyperComply Form Assistant ?

HyperComply Form Assistant est une extension Chrome développée par https://hypercomply.com, et sa fonction principale est "Use HyperComply to fill out web form security evaluations.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HyperComply Form Assistant

Téléchargez les fichiers d'extension HyperComply Form Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HyperComply Form Assistant HyperComply Form Assistant
ID hdjgclfpeegcmgndglilkhlhjjjcheeh
URL Officiel https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh
Description Use HyperComply to fill out web form security evaluations.
Taille du Fichier 76.58 KB
Nombre d'Installations 621
Version Actuelle 4.2.2
Dernière Mise à Jour 2023-12-01
Date de Publication 2019-12-17
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://hypercomply.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hypercomply.com
URL de la Page d'Aide https://hypercomply.com
URL de la Page de Politique de Confidentialité https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf
Langues Prises en Charge 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\/*"
        ]
    }
}