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
公式URL 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
Eメール [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"
    ]
}