HyperComply Form Assistant
Use HyperComply to fill out web form security evaluations.
Cos'è HyperComply Form Assistant?
HyperComply Form Assistant è un'estensione di Chrome sviluppata da https://hypercomply.com, e la sua funzione principale è "Use HyperComply to fill out web form security evaluations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HyperComply Form Assistant
Scarica i file di estensione HyperComply Form Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | HyperComply Form Assistant |
ID | hdjgclfpeegcmgndglilkhlhjjjcheeh |
URL Ufficiale | https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh |
Descrizione | Use HyperComply to fill out web form security evaluations. |
Dimensione del File | 76.58 KB |
Conteggio Installazioni | 621 |
Versione Corrente | 4.2.2 |
Ultimo Aggiornamento | 2023-12-01 |
Data di Pubblicazione | 2019-12-17 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://hypercomply.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hypercomply.com |
URL della Pagina di Aiuto | https://hypercomply.com |
URL della Pagina della Politica sulla Privacy | https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf |
Lingue Supportate | 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\/*" ] } } |