Survey Logic Checker

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

什麼是Survey Logic Checker?

Survey Logic Checker是由changkun.lee開發的Chrome擴展程式,該擴展的主要功能是“Survey Logic Checker is a handy web-based tool designed for survey link testers”。

擴展截圖

screenshot

下載Survey Logic Checker擴展crx文件

下載Survey Logic Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Survey Logic Checker Survey Logic Checker
ID jofggcedoamgmmipdhfbknmhhfndlplf
官方網址 https://chromewebstore.google.com/detail/survey-logic-checker/jofggcedoamgmmipdhfbknmhhfndlplf
簡介 Survey Logic Checker is a handy web-based tool designed for survey link testers
檔案大小 249 KB
安裝次數 116
目前版本 1.5
更新時間 2022-09-05
上架時間 2022-09-04
開發者 changkun.lee
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.kantar.com
支援的語言 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"
    ]
}