MeasuringU-IQ survey extension
This extension supports MeasuringU surveys.
Co to jest MeasuringU-IQ survey extension?
MeasuringU-IQ survey extension to rozszerzenie Chrome opracowane przez https://cxsurveys.com, a jego główną funkcją jest „This extension supports MeasuringU surveys.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MeasuringU-IQ survey extension
Pobierz pliki rozszerzeń MeasuringU-IQ survey extension 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
This is a package to allow for the recording of the user's screen when taking a survey on our survey platform MU-IQ. It only works when you are taking one of our surveys. The extension displays tasks in small window in your browser. It records how long it takes you to complete a task and where you click on the page. It can easily be uninstalled from Chrome at any time. version 2.1.5
Podstawowe informacje o rozszerzeniu
Nazwa | MeasuringU-IQ survey extension |
ID | eocobhdapiaeehkkeondnhbppmbeeoic |
Oficjalny URL | https://chromewebstore.google.com/detail/measuringu-iq-survey-exte/eocobhdapiaeehkkeondnhbppmbeeoic |
Opis | This extension supports MeasuringU surveys. |
Rozmiar pliku | 280 KB |
Liczba instalacji | 5,837 |
Aktualna Wersja | 2.1.5 |
Ostatnia Aktualizacja | 2023-11-25 |
Data Publikacji | 2020-06-24 |
Ocena | 4.08/5 Łącznie 12 Oceny |
Deweloper | https://cxsurveys.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.measuringu.com/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.5", "author": "Measuring Usability LLC", "name": "__MSG_extName__", "description": "__MSG_extDescr__", "default_locale": "en", "icons": { "16": "\/assets\/muiq-16.png", "48": "\/assets\/muiq-48.png", "128": "\/assets\/muiq-128.png" }, "manifest_version": 2, "browser_action": { "default_icon": { "19": "\/assets\/muiq-19.png", "38": "\/assets\/muiq-38.png" } }, "background": { "scripts": [ "services.js" ] }, "permissions": [ " |