HyperComply Form Assistant
Use HyperComply to fill out web form security evaluations.
Was ist HyperComply Form Assistant?
HyperComply Form Assistant ist eine Chrome-Erweiterung, die von https://hypercomply.com entwickelt wurde, und ihr Hauptmerkmal ist "Use HyperComply to fill out web form security evaluations.".
Erweiterungsscreenshots
HyperComply Form Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie HyperComply Form Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | HyperComply Form Assistant |
ID | hdjgclfpeegcmgndglilkhlhjjjcheeh |
Offizielle URL | https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh |
Beschreibung | Use HyperComply to fill out web form security evaluations. |
Dateigröße | 76.58 KB |
Installationsanzahl | 621 |
Aktuelle Version | 4.2.2 |
Letztes Update | 2023-12-01 |
Veröffentlichungsdatum | 2019-12-17 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | https://hypercomply.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hypercomply.com |
Hilfeseite URL | https://hypercomply.com |
URL der Datenschutzrichtlinien-Seite | https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf |
Unterstützte Sprachen | 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\/*" ] } } |