MeasuringU-IQ survey extension

This extension supports MeasuringU surveys.

MeasuringU-IQ survey extension क्या है?

MeasuringU-IQ survey extension https://cxsurveys.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension supports MeasuringU surveys."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MeasuringU-IQ survey extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 MeasuringU-IQ survey extension
ID eocobhdapiaeehkkeondnhbppmbeeoic
आधिकारिक URL 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": [
        "",
        "*:\/\/*\/*",
        "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'"
}