TestFairy QuickView

This extension enchances bug systems and crm systems to preview TestFairy Sessions

ما هو TestFairy QuickView؟

TestFairy QuickView هو إضافة Chrome تم تطويرها بواسطة https://www.testfairy.com، والميزة الرئيسية لها هي "This extension enchances bug systems and crm systems to preview TestFairy Sessions".

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

screenshot

تحميل ملف CRX للإضافة TestFairy QuickView

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

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

                        TestFairy for JIRA Chrome extension brings TestFairy into your on-premise JIRA. Use this extension to view TestFairy video recordings directly from within your JIRA. Increase productivity by having it all in one place: let the developer see the end-user's screen recording and interactions, everything that led all the way up to the reason this issue was created.                    

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

الاسم TestFairy QuickView TestFairy QuickView
ID joaafaemekbkgekhjbaldlllcnjifcee
عنوان URL الرسمي https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee
الوصف This extension enchances bug systems and crm systems to preview TestFairy Sessions
حجم الملف 15.27 KB
عدد التثبيتات 25
النسخة الحالية 1.7
آخر تحديث 2020-05-25
تاريخ النشر 2020-05-24
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.testfairy.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://docs.testfairy.com
عنوان صفحة المساعدة https://app.testfairy.com/contact/
عنوان صفحة سياسة الخصوصية https://www.testfairy.com/developer-tos-privacy
اللغات المدعومة en
manifest.json
{
    "manifest_version": 2,
    "name": "TestFairy QuickView",
    "author": "TestFairy",
    "description": "This extension enchances bug systems and crm systems to preview TestFairy Sessions",
    "version": "1.7",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "testfairy.ico"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "common.js",
                "jira.js",
                "zendesk.js",
                "devicefarm.js",
                "trello.js",
                "background.js"
            ]
        }
    ]
}