TestFairy QuickView

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

Cos'è TestFairy QuickView?

TestFairy QuickView è un'estensione di Chrome sviluppata da https://www.testfairy.com, e la sua funzione principale è "This extension enchances bug systems and crm systems to preview TestFairy Sessions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TestFairy QuickView

Scarica i file di estensione TestFairy QuickView in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TestFairy QuickView TestFairy QuickView
ID joaafaemekbkgekhjbaldlllcnjifcee
URL Ufficiale https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee
Descrizione This extension enchances bug systems and crm systems to preview TestFairy Sessions
Dimensione del File 15.27 KB
Conteggio Installazioni 25
Versione Corrente 1.7
Ultimo Aggiornamento 2020-05-25
Data di Pubblicazione 2020-05-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.testfairy.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://docs.testfairy.com
URL della Pagina di Aiuto https://app.testfairy.com/contact/
URL della Pagina della Politica sulla Privacy https://www.testfairy.com/developer-tos-privacy
Lingue Supportate 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"
            ]
        }
    ]
}