Survey Logic Checker

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

What is Survey Logic Checker?

Survey Logic Checker is a Chrome extension developed by changkun.lee, and its main feature is "Survey Logic Checker is a handy web-based tool designed for survey link testers".

Extension Screenshots

screenshot

Download Survey Logic Checker Extension CRX File

Download Survey Logic 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

                        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                    

Extension Basic Information

Name Survey Logic Checker Survey Logic Checker
ID jofggcedoamgmmipdhfbknmhhfndlplf
Official URL https://chromewebstore.google.com/detail/survey-logic-checker/jofggcedoamgmmipdhfbknmhhfndlplf
Description Survey Logic Checker is a handy web-based tool designed for survey link testers
File Size 249 KB
Installation Count 116
Current Version 1.5
Last Updated 2022-09-05
Publish Date 2022-09-04
Developer changkun.lee
Email [email protected]
Payment Type free
Extension Website https://www.kantar.com
Supported Languages 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"
    ]
}