TestFairy QuickView
This extension enchances bug systems and crm systems to preview TestFairy Sessions
Was ist TestFairy QuickView?
TestFairy QuickView ist eine Chrome-Erweiterung, die von https://www.testfairy.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension enchances bug systems and crm systems to preview TestFairy Sessions".
Erweiterungsscreenshots
TestFairy QuickView-Erweiterungs-CRX-Datei herunterladen
Laden Sie TestFairy QuickView-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | joaafaemekbkgekhjbaldlllcnjifcee |
| Offizielle URL | https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee |
| Beschreibung | This extension enchances bug systems and crm systems to preview TestFairy Sessions |
| Dateigröße | 15.27 KB |
| Installationsanzahl | 25 |
| Aktuelle Version | 1.7 |
| Letztes Update | 2020-05-25 |
| Veröffentlichungsdatum | 2020-05-24 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.testfairy.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://docs.testfairy.com |
| Hilfeseite URL | https://app.testfairy.com/contact/ |
| URL der Datenschutzrichtlinien-Seite | https://www.testfairy.com/developer-tos-privacy |
| Unterstützte Sprachen | 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"
]
}
]
} | |