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ファイルをダウンロード

TestFairy QuickView拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}