MeasuringU-IQ survey extension
This extension supports MeasuringU surveys.
Apa itu MeasuringU-IQ survey extension?
MeasuringU-IQ survey extension adalah ekstensi Chrome yang dikembangkan oleh https://cxsurveys.com, dan fitur utamanya adalah "This extension supports MeasuringU surveys.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MeasuringU-IQ survey extension
Unduh file ekstensi MeasuringU-IQ survey extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | MeasuringU-IQ survey extension |
ID | eocobhdapiaeehkkeondnhbppmbeeoic |
URL Resmi | https://chromewebstore.google.com/detail/measuringu-iq-survey-exte/eocobhdapiaeehkkeondnhbppmbeeoic |
Deskripsi | This extension supports MeasuringU surveys. |
Ukuran File | 280 KB |
Jumlah Instalasi | 5,837 |
Versi Saat Ini | 2.1.5 |
Terakhir Diperbarui | 2023-11-25 |
Tanggal Publikasi | 2020-06-24 |
Penilaian | 4.08/5 Total 12 Penilaian |
Pengembang | https://cxsurveys.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.measuringu.com/privacy |
Bahasa yang Didukung | 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": [ " |