UXtweak

Uxtweak's browser extension for website usability testing studies

UXtweakとは何ですか?

UXtweakはhttps://uxtweak.comによって開発されたChromeの拡張機能で、その主な機能は「Uxtweak's browser extension for website usability testing studies」です。

拡張機能のスクリーンショット

screenshot
screenshot

UXtweak拡張機能のCRXファイルをダウンロード

UXtweak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        UXtweak is a powerful UX research platform offering tools for improving usability of websites and mobile apps, from prototypes to production.

Via the UXtweak extension, you can provide the web owners with useful insights on how you interact with their websites. These insights can then be used to make the website better and easier to use for you!

----------------------------------------------------------

What is website usability testing?

Website usability testing is a method for evaluating how intuitive and easy to use a website is for its users, by collecting data on how they solve tasks and interact with the website during an online test. Users are notified about the nature of all collected data, and are asked to give explicit consent prior to entering the study.

----------------------------------------------------------

How to use the extension?

1.  Install the extension into your web browser.
2.  Visit the address of the Website Testing study provided by the study conductor.
3.  The extension will record your interaction with the website (in the form of raw interaction 
     data, e.g. clicks, scrolls, and mouse movements).

----------------------------------------------------------

Which data is being collected?

UXtweak's Chrome extension collects data ONLY on the tested website.

Based on the study settings, and the level of consent the user has given, UXtweak can collect the following data:
⦁	User's interaction data from the tested website (mouse and/or keyboard events, such as the 
        cursor's location on the screen)
⦁	Metadata regarding the browser, operating system, device, and approximate location
⦁	IP address (special consent required for EU residents) - optional
⦁	User's identification on the UXtweak platform (special consent required for EU residents) - 
        optional
⦁	Form inputs, such as e-mail addresses and phone numbers (special consent required for EU 
        residents) - optional
⦁	Audio recording (special consent required) - optional

UXtweak takes users' privacy very seriously and is fully compliant with the GDPR. For more information, please visit the related section on the UXtweak's website here: https://www.uxtweak.com/legal/gdpr-compliance

----------------------------------------------------------

Which permissions does the extension ask for?

⦁	Storage permission - to store data about the study the user is currently participating in.
⦁	Tabs permission - to determine whether the user is currently viewing the tab with the study, 
        and to be able to collect the data as well as display the Website Testing Task panel on the 
        website being tested.
⦁	Scripting permission - to inject the recording code snippet into the website being tested.
⦁	Host permission – to allow a website to be tested as part of a Website Testing study (as the 
        extension cannot determine in advance which site is going to be tested).

----------------------------------------------------------

Changelog:
•	1.1.2 – Prevent browser from suspending the extension during active study
•	1.1.1 – Prevent injection of content script to frames multiple times
•	1.1.0 – Support for recording of iframes added dynamically
•	1.0.2 – Support for recording of cross-origin iframes
•	1.0.1 – Update meta description
•	1.0.0 – First public release                    

拡張機能の基本情報

名前 UXtweak UXtweak
ID dagniddgipkffcehffkjgbdobhldacgl
公式URL https://chromewebstore.google.com/detail/uxtweak/dagniddgipkffcehffkjgbdobhldacgl
説明 Uxtweak's browser extension for website usability testing studies
ファイルサイズ 142 KB
インストール数 885
現在のバージョン 1.1.2
最終更新日 2023-10-20
公開日 2022-05-18
評価 5.00/5 合計 2 レビュー
開発者 https://uxtweak.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.uxtweak.com
ヘルプページのURL https://www.uxtweak.com/help
プライバシーポリシーページのURL https://www.uxtweak.com/help/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UXtweak",
    "description": "Uxtweak's browser extension for website usability testing studies",
    "version": "1.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.7c22d556.png",
        "32": "favicon.fabdbe17.png",
        "48": "favicon.b42705e5.png",
        "128": "favicon.3579ba03.png"
    },
    "action": {
        "default_title": "UXtweak"
    },
    "background": {
        "service_worker": "background.f386f868.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/study.uxtweak.com\/*"
            ],
            "js": [
                "content-script.43ada03b.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "collector.js",
                "*.*.*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}