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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ https://app.testfairy.com/contact/
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}