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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}