HyperComply Form Assistant

Use HyperComply to fill out web form security evaluations.

Wat is HyperComply Form Assistant?

HyperComply Form Assistant is een Chrome-extensie ontwikkeld door https://hypercomply.com, en de belangrijkste functie is "Use HyperComply to fill out web form security evaluations.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HyperComply Form Assistant

Download HyperComply Form Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HyperComply Form Assistant HyperComply Form Assistant
ID hdjgclfpeegcmgndglilkhlhjjjcheeh
Officiële URL https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh
Beschrijving Use HyperComply to fill out web form security evaluations.
Bestandsgrootte 76.58 KB
Aantal Installaties 621
Huidige Versie 4.2.2
Laatst Bijgewerkt 2023-12-01
Publicatiedatum 2019-12-17
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://hypercomply.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hypercomply.com
Help Pagina-URL https://hypercomply.com
URL van de Privacybeleid Pagina https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf
Ondersteunde Talen 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\/*"
        ]
    }
}