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
官方網址 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\/*"
        ]
    }
}