HyperComply Form Assistant
Use HyperComply to fill out web form security evaluations.
Co to jest HyperComply Form Assistant?
HyperComply Form Assistant to rozszerzenie Chrome opracowane przez https://hypercomply.com, a jego główną funkcją jest „Use HyperComply to fill out web form security evaluations.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HyperComply Form Assistant
Pobierz pliki rozszerzeń HyperComply Form Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | HyperComply Form Assistant |
ID | hdjgclfpeegcmgndglilkhlhjjjcheeh |
Oficjalny URL | https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh |
Opis | Use HyperComply to fill out web form security evaluations. |
Rozmiar pliku | 76.58 KB |
Liczba instalacji | 621 |
Aktualna Wersja | 4.2.2 |
Ostatnia Aktualizacja | 2023-12-01 |
Data Publikacji | 2019-12-17 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | https://hypercomply.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://hypercomply.com |
Adres URL Strony Pomocy | https://hypercomply.com |
Adres URL Strony Polityki Prywatności | https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf |
Obsługiwane Języki | 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\/*" ] } } |