TestFairy QuickView

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

Apa itu TestFairy QuickView?

TestFairy QuickView adalah ekstensi Chrome yang dikembangkan oleh https://www.testfairy.com, dan fitur utamanya adalah "This extension enchances bug systems and crm systems to preview TestFairy Sessions".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TestFairy QuickView

Unduh file ekstensi TestFairy QuickView dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TestFairy QuickView TestFairy QuickView
ID joaafaemekbkgekhjbaldlllcnjifcee
URL Resmi https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee
Deskripsi This extension enchances bug systems and crm systems to preview TestFairy Sessions
Ukuran File 15.27 KB
Jumlah Instalasi 25
Versi Saat Ini 1.7
Terakhir Diperbarui 2020-05-25
Tanggal Publikasi 2020-05-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.testfairy.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://docs.testfairy.com
URL Halaman Bantuan https://app.testfairy.com/contact/
URL Halaman Kebijakan Privasi https://www.testfairy.com/developer-tos-privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}