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ファイルをダウンロード

Coveo Request Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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