Loop11 User Testing

The Loop11 extension lets you participate in usability tests & is only active whilst completing a test for which you’ve opted in.

Loop11 User Testingคืออะไร?

Loop11 User Testing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.loop11.com และคุณลักษณะหลักของมันคือ "The Loop11 extension lets you participate in usability tests & is only active whilst completing a test for which you’ve opted in."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Loop11 User Testing

ดาวน์โหลดไฟล์ส่วนขยาย Loop11 User Testing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Loop11 is a usability testing tools used by small and large companies from around the world. They use Loop11 to run tests on their websites and prototypes in order to ensure they have designed a good user experience.

Once a test is created in Loop11, companies then recruit people to participate in their tests. This extension allows you to participate in these tests.

The Loop11 extension will lay dormant and will only be active during a usability test which you have opted in to. A test will only begin after you have been given a specific URL and instructions on how to begin the test.

The Loop11 plugin will stop once the test is completed or exited.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Loop11 User Testing Loop11 User Testing
ID bhopfldlicecjkdoidhjfkhbndcjfomf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/loop11-user-testing/bhopfldlicecjkdoidhjfkhbndcjfomf
คำอธิบาย The Loop11 extension lets you participate in usability tests & is only active whilst completing a test for which you’ve opted in.
ขนาดไฟล์ 78.95 KB
จำนวนการติดตั้ง 34,125
เวอร์ชันปัจจุบัน 1.3.18
อัปเดตครั้งล่าสุด 2020-01-17
วันที่เผยแพร่ 2020-01-15
คะแนน 3.53/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://www.loop11.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.loop11.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Loop11 User Testing",
    "version": "1.3.18",
    "version_name": "1.3.18",
    "description": "The Loop11 extension lets you participate in usability tests & is only active whilst completing a test for which you\u2019ve opted in.",
    "homepage_url": "http:\/\/www.loop11.com\/",
    "icons": {
        "16": "icons\/loop11-16.png",
        "48": "icons\/loop11-48.png",
        "128": "icons\/loop11-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/action\/loop11-19.png",
            "38": "icons\/action\/loop11-38.png"
        },
        "default_title": ""
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "desktopCapture",
        ""
    ],
    "background": {
        "scripts": [
            "dist\/URI.js",
            "dist\/background.js",
            "dist\/ui\/background.js",
            "dist\/record-participant\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/contentStart.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/injectLoop11.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/ui\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.loop11.com\/*",
            "https:\/\/localhost:8443\/*",
            "http:\/\/localhost:8000\/*",
            "https:\/\/localhost:3000\/*"
        ]
    }
}