Coveo Request Checker

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

Cos'è Coveo Request Checker?

Coveo Request Checker è un'estensione di Chrome sviluppata da Coveo, e la sua funzione principale è "A Chrome extension to check the requests sent to the Coveo Organization.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Coveo Request Checker

Scarica i file di estensione Coveo Request Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Coveo Request Checker Coveo Request Checker
ID pofnpnhlckgedgdkjffckkhmbklcdlhd
URL Ufficiale https://chromewebstore.google.com/detail/coveo-request-checker/pofnpnhlckgedgdkjffckkhmbklcdlhd
Descrizione A Chrome extension to check the requests sent to the Coveo Organization.
Dimensione del File 2.19 MB
Conteggio Installazioni 234
Versione Corrente 1.58
Ultimo Aggiornamento 2023-06-06
Data di Pubblicazione 2021-02-07
Sviluppatore Coveo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.coveo.com
Lingue Supportate 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",
        "*:\/\/*\/"
    ]
}