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
Eメール [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\/*"
        ]
    }
}