TestFairy QuickView
This extension enchances bug systems and crm systems to preview TestFairy Sessions
Wat is TestFairy QuickView?
TestFairy QuickView is een Chrome-extensie ontwikkeld door https://www.testfairy.com, en de belangrijkste functie is "This extension enchances bug systems and crm systems to preview TestFairy Sessions".
Extensie Screenshots
Download het CRX-bestand van de extensie TestFairy QuickView
Download TestFairy QuickView-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | joaafaemekbkgekhjbaldlllcnjifcee |
| Officiële URL | https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee |
| Beschrijving | This extension enchances bug systems and crm systems to preview TestFairy Sessions |
| Bestandsgrootte | 15.27 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 1.7 |
| Laatst Bijgewerkt | 2020-05-25 |
| Publicatiedatum | 2020-05-24 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://www.testfairy.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://docs.testfairy.com |
| Help Pagina-URL | https://app.testfairy.com/contact/ |
| URL van de Privacybeleid Pagina | https://www.testfairy.com/developer-tos-privacy |
| Ondersteunde Talen | 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"
]
}
]
} | |