TestFairy QuickView
This extension enchances bug systems and crm systems to preview TestFairy Sessions
Qu'est-ce que TestFairy QuickView ?
TestFairy QuickView est une extension Chrome développée par https://www.testfairy.com, et sa fonction principale est "This extension enchances bug systems and crm systems to preview TestFairy Sessions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TestFairy QuickView
Téléchargez les fichiers d'extension TestFairy QuickView au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TestFairy QuickView |
ID | joaafaemekbkgekhjbaldlllcnjifcee |
URL Officiel | https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee |
Description | This extension enchances bug systems and crm systems to preview TestFairy Sessions |
Taille du Fichier | 15.27 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2020-05-25 |
Date de Publication | 2020-05-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.testfairy.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://docs.testfairy.com |
URL de la Page d'Aide | https://app.testfairy.com/contact/ |
URL de la Page de Politique de Confidentialité | https://www.testfairy.com/developer-tos-privacy |
Langues Prises en Charge | 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" ] } ] } |