Survey Logic Checker

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

Survey Logic Checker là gì?

Survey Logic Checker là một tiện ích mở rộng Chrome được phát triển bởi changkun.lee, và tính năng chính của nó là "Survey Logic Checker is a handy web-based tool designed for survey link testers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Survey Logic Checker

Tải xuống các tệp mở rộng Survey Logic Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Survey Logic Checker Survey Logic Checker
ID jofggcedoamgmmipdhfbknmhhfndlplf
URL Chính Thức https://chromewebstore.google.com/detail/survey-logic-checker/jofggcedoamgmmipdhfbknmhhfndlplf
Mô tả Survey Logic Checker is a handy web-based tool designed for survey link testers
Kích Thước Tệp 249 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-09-05
Ngày Phát Hành 2022-09-04
Nhà Phát Triển changkun.lee
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kantar.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}