TestFairy QuickView

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

TestFairy QuickView란 무엇입니까?

TestFairy QuickView은(는) https://www.testfairy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enchances bug systems and crm systems to preview TestFairy Sessions"입니다.

확장 프로그램 스크린샷

screenshot

TestFairy QuickView 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 TestFairy QuickView TestFairy QuickView
ID joaafaemekbkgekhjbaldlllcnjifcee
공식 URL https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee
설명 This extension enchances bug systems and crm systems to preview TestFairy Sessions
파일 크기 15.27 KB
설치 횟수 25
현재 버전 1.7
최근 업데이트 2020-05-25
출시 날짜 2020-05-24
평점 5.00/5 총 1 개의 평점
개발자 https://www.testfairy.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://docs.testfairy.com
도움말 페이지 URL https://app.testfairy.com/contact/
개인정보 보호 정책 페이지 URL https://www.testfairy.com/developer-tos-privacy
지원되는 언어 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"
            ]
        }
    ]
}