HyperComply Form Assistant

Use HyperComply to fill out web form security evaluations.

HyperComply Form Assistant là gì?

HyperComply Form Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://hypercomply.com, và tính năng chính của nó là "Use HyperComply to fill out web form security evaluations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HyperComply Form Assistant

Tải xuống các tệp mở rộng HyperComply Form Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HyperComply Form Assistant HyperComply Form Assistant
ID hdjgclfpeegcmgndglilkhlhjjjcheeh
URL Chính Thức https://chromewebstore.google.com/detail/hypercomply-form-assistan/hdjgclfpeegcmgndglilkhlhjjjcheeh
Mô tả Use HyperComply to fill out web form security evaluations.
Kích Thước Tệp 76.58 KB
Số Lần Cài Đặt 621
Phiên Bản Hiện Tại 4.2.2
Cập Nhật Lần Cuối 2023-12-01
Ngày Phát Hành 2019-12-17
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://hypercomply.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hypercomply.com
URL Trang Trợ Giúp https://hypercomply.com
URL Trang Chính Sách Bảo Mật https://www.hypercomply.com/documents/hypercomply_privacy_policy.pdf
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}