Coveo Request Checker

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

What is Coveo Request Checker?

Coveo Request Checker is a Chrome extension developed by Coveo, and its main feature is "A Chrome extension to check the requests sent to the Coveo Organization.".

Extension Screenshots

screenshot
screenshot

Download Coveo Request Checker Extension CRX File

Download Coveo Request Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Coveo Request Checker Coveo Request Checker
ID pofnpnhlckgedgdkjffckkhmbklcdlhd
Official URL https://chromewebstore.google.com/detail/coveo-request-checker/pofnpnhlckgedgdkjffckkhmbklcdlhd
Description A Chrome extension to check the requests sent to the Coveo Organization.
File Size 2.19 MB
Installation Count 234
Current Version 1.58
Last Updated 2023-06-06
Publish Date 2021-02-07
Developer Coveo
Email [email protected]
Payment Type free
Extension Website https://www.coveo.com
Supported Languages 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",
        "*:\/\/*\/"
    ]
}