TestFairy QuickView
This extension enchances bug systems and crm systems to preview TestFairy Sessions
Hvad er TestFairy QuickView?
TestFairy QuickView er en Chrome-udvidelse udviklet af https://www.testfairy.com, og dens hovedfunktion er "This extension enchances bug systems and crm systems to preview TestFairy Sessions".
Udvidelsesskærmbilleder
Download TestFairy QuickView-udvidelses-CRX-fil
Download TestFairy QuickView-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | joaafaemekbkgekhjbaldlllcnjifcee |
| Officiel URL | https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee |
| Beskrivelse | This extension enchances bug systems and crm systems to preview TestFairy Sessions |
| Filstørrelse | 15.27 KB |
| Antal Installationer | 25 |
| Nuværende Version | 1.7 |
| Senest Opdateret | 2020-05-25 |
| Udgivelsesdato | 2020-05-24 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://www.testfairy.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://docs.testfairy.com |
| Hjælpeside-URL | https://app.testfairy.com/contact/ |
| URL til Fortrolighedspolitik Side | https://www.testfairy.com/developer-tos-privacy |
| Understøttede Sprog | 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"
]
}
]
} | |