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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}