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 |
| 官方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"
]
}
]
} | |