Survey Logic Checker
Survey Logic Checker is a handy web-based tool designed for survey link testers
Co to jest Survey Logic Checker?
Survey Logic Checker to rozszerzenie Chrome opracowane przez changkun.lee, a jego główną funkcją jest „Survey Logic Checker is a handy web-based tool designed for survey link testers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Survey Logic Checker
Pobierz pliki rozszerzeń Survey Logic Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jofggcedoamgmmipdhfbknmhhfndlplf |
| Oficjalny URL | https://chromewebstore.google.com/detail/survey-logic-checker/jofggcedoamgmmipdhfbknmhhfndlplf |
| Opis | Survey Logic Checker is a handy web-based tool designed for survey link testers |
| Rozmiar pliku | 249 KB |
| Liczba instalacji | 116 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2022-09-05 |
| Data Publikacji | 2022-09-04 |
| Deweloper | changkun.lee |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.kantar.com |
| Obsługiwane Języki | 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"
]
} | |