Survey Logic Checker

Survey Logic Checker is a handy web-based tool designed for survey link testers

Cos'è Survey Logic Checker?

Survey Logic Checker è un'estensione di Chrome sviluppata da changkun.lee, e la sua funzione principale è "Survey Logic Checker is a handy web-based tool designed for survey link testers".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Survey Logic Checker

Scarica i file di estensione Survey Logic 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

                        Survey Logic Checker is a handy web-based tool designed for Dimenions survey link testers to speed up repeating link validation tasks.
- Survey data history is saved for logic checking
- Link is provided to return to previous questions for other logic checks
- Previous link checking results can be retrieved via history                    

Informazioni di Base sull'Estensione

Nome Survey Logic Checker Survey Logic Checker
ID jofggcedoamgmmipdhfbknmhhfndlplf
URL Ufficiale https://chromewebstore.google.com/detail/survey-logic-checker/jofggcedoamgmmipdhfbknmhhfndlplf
Descrizione Survey Logic Checker is a handy web-based tool designed for survey link testers
Dimensione del File 249 KB
Conteggio Installazioni 116
Versione Corrente 1.5
Ultimo Aggiornamento 2022-09-05
Data di Pubblicazione 2022-09-04
Sviluppatore changkun.lee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.kantar.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Survey Logic Checker",
    "description": "Survey Logic Checker is a handy web-based tool designed for survey link testers",
    "version": "1.5",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-3.5.1.js",
                "lib\/underscore-min.js",
                "lib\/spin.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}