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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Survey Logic Checker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |