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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | joaafaemekbkgekhjbaldlllcnjifcee |
| 官方網址 | 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"
]
}
]
} | |