TestFairy QuickView
This extension enchances bug systems and crm systems to preview TestFairy Sessions
Co to jest TestFairy QuickView?
TestFairy QuickView to rozszerzenie Chrome opracowane przez https://www.testfairy.com, a jego główną funkcją jest „This extension enchances bug systems and crm systems to preview TestFairy Sessions”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TestFairy QuickView
Pobierz pliki rozszerzeń TestFairy QuickView w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | joaafaemekbkgekhjbaldlllcnjifcee |
| Oficjalny URL | https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee |
| Opis | This extension enchances bug systems and crm systems to preview TestFairy Sessions |
| Rozmiar pliku | 15.27 KB |
| Liczba instalacji | 25 |
| Aktualna Wersja | 1.7 |
| Ostatnia Aktualizacja | 2020-05-25 |
| Data Publikacji | 2020-05-24 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://www.testfairy.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://docs.testfairy.com |
| Adres URL Strony Pomocy | https://app.testfairy.com/contact/ |
| Adres URL Strony Polityki Prywatności | https://www.testfairy.com/developer-tos-privacy |
| Obsługiwane Języki | 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"
]
}
]
} | |