MeasuringU-IQ survey extension
This extension supports MeasuringU surveys.
什麼是MeasuringU-IQ survey extension?
MeasuringU-IQ survey extension是由https://cxsurveys.com開發的Chrome擴展程式,該擴展的主要功能是“This extension supports MeasuringU surveys.”。
擴展截圖
下載MeasuringU-IQ survey extension擴展crx文件
下載MeasuringU-IQ survey extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | MeasuringU-IQ survey extension |
ID | eocobhdapiaeehkkeondnhbppmbeeoic |
官方網址 | https://chromewebstore.google.com/detail/measuringu-iq-survey-exte/eocobhdapiaeehkkeondnhbppmbeeoic |
簡介 | This extension supports MeasuringU surveys. |
檔案大小 | 280 KB |
安裝次數 | 5,837 |
目前版本 | 2.1.5 |
更新時間 | 2023-11-25 |
上架時間 | 2020-06-24 |
評分 | 4.08/5 共 12 次評分 |
開發者 | https://cxsurveys.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.measuringu.com/privacy |
支援的語言 | 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": [ " |