Coveo Request Checker

A Chrome extension to check the requests sent to the Coveo Organization.

Coveo Request Checker란 무엇입니까?

Coveo Request Checker은(는) Coveo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension to check the requests sent to the Coveo Organization."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Coveo Request Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The purpose of the Coveo Request Checker is to give developers/clients/partners the ability to quickly check and validate the Coveo Requests.                    

확장 프로그램 기본 정보

이름 Coveo Request Checker Coveo Request Checker
ID pofnpnhlckgedgdkjffckkhmbklcdlhd
공식 URL https://chromewebstore.google.com/detail/coveo-request-checker/pofnpnhlckgedgdkjffckkhmbklcdlhd
설명 A Chrome extension to check the requests sent to the Coveo Organization.
파일 크기 2.19 MB
설치 횟수 234
현재 버전 1.58
최근 업데이트 2023-06-06
출시 날짜 2021-02-07
개발자 Coveo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.coveo.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coveo Request Checker",
    "short_name": "coveo-response-checker",
    "version": "1.58",
    "description": "A Chrome extension to check the requests sent to the Coveo Organization.",
    "icons": {
        "16": "images\/80 B rounded square.png",
        "48": "images\/120 B rounded square.png",
        "128": "images\/180 B rounded square.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/images\/80 B rounded square.png",
        "default_popup": "\/popup.html?popup=true"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "\/dependencies\/jquery-3.6.0.min.js",
                "\/js\/select.js",
                "\/js\/recorder.js",
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/inject.css"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/"
    ]
}