TestFairy QuickView

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

What is TestFairy QuickView?

TestFairy QuickView is a Chrome extension developed by https://www.testfairy.com, and its main feature is "This extension enchances bug systems and crm systems to preview TestFairy Sessions".

Extension Screenshots

screenshot

Download TestFairy QuickView Extension CRX File

Download TestFairy QuickView extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TestFairy QuickView TestFairy QuickView
ID joaafaemekbkgekhjbaldlllcnjifcee
Official URL https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee
Description This extension enchances bug systems and crm systems to preview TestFairy Sessions
File Size 15.27 KB
Installation Count 25
Current Version 1.7
Last Updated 2020-05-25
Publish Date 2020-05-24
Rating 5.00/5 Total 1 Ratings
Developer https://www.testfairy.com
Email [email protected]
Payment Type free
Extension Website https://docs.testfairy.com
Help Page URL https://app.testfairy.com/contact/
Privacy Policy Page URL https://www.testfairy.com/developer-tos-privacy
Supported Languages 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"
            ]
        }
    ]
}