TestFairy QuickView

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

O que é TestFairy QuickView?

TestFairy QuickView é uma extensão do Chrome desenvolvida por https://www.testfairy.com, e sua principal característica é "This extension enchances bug systems and crm systems to preview TestFairy Sessions".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TestFairy QuickView

Baixe arquivos de extensão TestFairy QuickView no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TestFairy QuickView TestFairy QuickView
ID joaafaemekbkgekhjbaldlllcnjifcee
URL Oficial https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee
Descrição This extension enchances bug systems and crm systems to preview TestFairy Sessions
Tamanho do Arquivo 15.27 KB
Contagem de Instalações 25
Versão Atual 1.7
Última Atualização 2020-05-25
Data de Publicação 2020-05-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.testfairy.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://docs.testfairy.com
URL da Página de Ajuda https://app.testfairy.com/contact/
URL da Página de Política de Privacidade https://www.testfairy.com/developer-tos-privacy
Idiomas Suportados 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"
            ]
        }
    ]
}