Survey Logic Checker

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

Qu'est-ce que Survey Logic Checker ?

Survey Logic Checker est une extension Chrome développée par changkun.lee, et sa fonction principale est "Survey Logic Checker is a handy web-based tool designed for survey link testers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Survey Logic Checker

Téléchargez les fichiers d'extension Survey Logic Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Survey Logic Checker Survey Logic Checker
ID jofggcedoamgmmipdhfbknmhhfndlplf
URL Officiel https://chromewebstore.google.com/detail/survey-logic-checker/jofggcedoamgmmipdhfbknmhhfndlplf
Description Survey Logic Checker is a handy web-based tool designed for survey link testers
Taille du Fichier 249 KB
Nombre d'Installations 116
Version Actuelle 1.5
Dernière Mise à Jour 2022-09-05
Date de Publication 2022-09-04
Développeur changkun.lee
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.kantar.com
Langues Prises en Charge 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"
    ]
}