HyperComply Form Assistant

Use HyperComply to fill out web form security evaluations.

HyperComply Form Assistantคืออะไร?

HyperComply Form Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hypercomply.com และคุณลักษณะหลักของมันคือ "Use HyperComply to fill out web form security evaluations."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HyperComply Form Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}