MeasuringU-IQ survey extension

This extension supports MeasuringU surveys.

Cos'è MeasuringU-IQ survey extension?

MeasuringU-IQ survey extension è un'estensione di Chrome sviluppata da https://cxsurveys.com, e la sua funzione principale è "This extension supports MeasuringU surveys.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MeasuringU-IQ survey extension

Scarica i file di estensione MeasuringU-IQ survey extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MeasuringU-IQ survey extension MeasuringU-IQ survey extension
ID eocobhdapiaeehkkeondnhbppmbeeoic
URL Ufficiale https://chromewebstore.google.com/detail/measuringu-iq-survey-exte/eocobhdapiaeehkkeondnhbppmbeeoic
Descrizione This extension supports MeasuringU surveys.
Dimensione del File 280 KB
Conteggio Installazioni 5,837
Versione Corrente 2.1.5
Ultimo Aggiornamento 2023-11-25
Data di Pubblicazione 2020-06-24
Valutazione 4.08/5 Totale 12 Valutazioni
Sviluppatore https://cxsurveys.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.measuringu.com/privacy
Lingue Supportate 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": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/admin",
                "*:\/\/*\/administrator"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/*"
    ],
    "content_security_policy": "script-src 'self'; img-src data:; object-src 'self'"
}