TestFairy QuickView
This extension enchances bug systems and crm systems to preview TestFairy Sessions
Что такое TestFairy QuickView?
TestFairy QuickView - это расширение Chrome, разработанное https://www.testfairy.com, и его основная функция - "This extension enchances bug systems and crm systems to preview TestFairy Sessions".
Снимки экрана расширения
Скачать файл CRX расширения TestFairy QuickView
Скачайте файлы расширений 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 |
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" ] } ] } |