HyperComply Form Assistant
Use HyperComply to fill out web form security evaluations.
What is HyperComply Form Assistant?
HyperComply Form Assistant is a Chrome extension developed by https://hypercomply.com, and its main feature is "Use HyperComply to fill out web form security evaluations.".
Extension Screenshots
Download HyperComply Form Assistant Extension CRX File
Download HyperComply Form Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HyperComply Form Assistant |
ID | hdjgclfpeegcmgndglilkhlhjjjcheeh |
Official URL | https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh |
Description | Use HyperComply to fill out web form security evaluations. |
File Size | 76.58 KB |
Installation Count | 621 |
Current Version | 4.2.2 |
Last Updated | 2023-12-01 |
Publish Date | 2019-12-17 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://hypercomply.com |
[email protected] | |
Payment Type | free |
Extension Website | https://hypercomply.com |
Help Page URL | https://hypercomply.com |
Privacy Policy Page URL | https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf |
Supported Languages | 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\/*" ] } } |