TestFairy QuickView

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

Vad är TestFairy QuickView?

TestFairy QuickView är en Chrome-tillägg utvecklad av https://www.testfairy.com, och dess huvudfunktion är "This extension enchances bug systems and crm systems to preview TestFairy Sessions".

Tilläggsskärmbilder

screenshot

Ladda ner TestFairy QuickView-förlängningens CRX-fil

Ladda ner TestFairy QuickView-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TestFairy QuickView TestFairy QuickView
ID joaafaemekbkgekhjbaldlllcnjifcee
Officiell webbadress https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee
Beskrivning This extension enchances bug systems and crm systems to preview TestFairy Sessions
Filstorlek 15.27 KB
Antal Installationer 25
Aktuell Version 1.7
Senast Uppdaterad 2020-05-25
Publiceringsdatum 2020-05-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.testfairy.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://docs.testfairy.com
Hjälpsida URL https://app.testfairy.com/contact/
URL till Sekretesspolicy Sidan https://www.testfairy.com/developer-tos-privacy
Stödda Språk 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"
            ]
        }
    ]
}