Survey Logic Checker

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

ما هو Survey Logic Checker؟

Survey Logic Checker هو إضافة Chrome تم تطويرها بواسطة changkun.lee، والميزة الرئيسية لها هي "Survey Logic Checker is a handy web-based tool designed for survey link testers".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Survey Logic Checker

قم بتنزيل ملفات الامتداد Survey Logic Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}