UserTesting Page Reload

Chrome extension which reloads UserTesting dashboard.

ما هو UserTesting Page Reload؟

UserTesting Page Reload هو إضافة Chrome تم تطويرها بواسطة Pier Roberto Lucisano، والميزة الرئيسية لها هي "Chrome extension which reloads UserTesting dashboard.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UserTesting Page Reload

قم بتنزيل ملفات الامتداد UserTesting Page Reload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hello testers 👋

💰 This is a Chrome extension for UserTesting testers. It adds a timer in the "Available Tests" section which makes the page reload every 5 minutes. The timer automatically stops when at least one screener is available in the dashboard.

🎯 The purpose of this extension is to reload your dashboard so you don't miss any test when the page gets stuck.

📝 You'll see at the top of the page a button to start/stop the timer. A label, under the button, indicates approximately the remaining time before the page reloads. 

Want to buy me a beer? 🍺  

https://www.paypal.com/donate?hosted_button_id=D4SKN6XH5RQDU                    

معلومات أساسية عن التمديد

الاسم UserTesting Page Reload UserTesting Page Reload
ID obphbanjojflmnloanknnfkhhjeflgpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/usertesting-page-reload/obphbanjojflmnloanknnfkhhjeflgpb
الوصف Chrome extension which reloads UserTesting dashboard.
حجم الملف 4.69 KB
عدد التثبيتات 315
النسخة الحالية 1.0.1
آخر تحديث 2023-03-25
تاريخ النشر 2023-03-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Pier Roberto Lucisano
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UserTesting Page Reload",
    "description": "Chrome extension which reloads UserTesting dashboard.",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.usertesting.com\/my_dashboard\/available_tests_v3*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}