TestFairy QuickView

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

TestFairy QuickView là gì?

TestFairy QuickView là một tiện ích mở rộng Chrome được phát triển bởi https://www.testfairy.com, và tính năng chính của nó là "This extension enchances bug systems and crm systems to preview TestFairy Sessions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TestFairy QuickView

Tải xuống các tệp mở rộng TestFairy QuickView dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TestFairy QuickView TestFairy QuickView
ID joaafaemekbkgekhjbaldlllcnjifcee
URL Chính Thức https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee
Mô tả This extension enchances bug systems and crm systems to preview TestFairy Sessions
Kích Thước Tệp 15.27 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-05-25
Ngày Phát Hành 2020-05-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.testfairy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://docs.testfairy.com
URL Trang Trợ Giúp https://app.testfairy.com/contact/
URL Trang Chính Sách Bảo Mật https://www.testfairy.com/developer-tos-privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}