HyperComply Form Assistant

Use HyperComply to fill out web form security evaluations.

什么是HyperComply Form Assistant?

HyperComply Form Assistant是由https://hypercomply.com开发的Chrome扩展程序,该扩展的主要功能是“Use HyperComply to fill out web form security evaluations.”。

扩展截图

screenshot

下载HyperComply Form Assistant扩展crx文件

下载HyperComply Form Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 HyperComply Form Assistant HyperComply Form Assistant
ID hdjgclfpeegcmgndglilkhlhjjjcheeh
官方URL https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh
简介 Use HyperComply to fill out web form security evaluations.
文件大小 76.58 KB
安装次数 621
当前版本 4.2.2
更新时间 2023-12-01
上架时间 2019-12-17
评分 5.00/5 共6次评分
开发者 https://hypercomply.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hypercomply.com
帮助页面URL https://hypercomply.com
隐私政策页面URL https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf
支持的语言 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\/*"
        ]
    }
}