Coveo Request Checker

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

Τι είναι το Coveo Request Checker;

Το Coveo Request Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Coveo, και η κύρια λειτουργία του είναι "A Chrome extension to check the requests sent to the Coveo Organization.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Coveo Request Checker

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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",
        "*:\/\/*\/"
    ]
}