TestFairy QuickView
This extension enchances bug systems and crm systems to preview TestFairy Sessions
TestFairy QuickView क्या है?
TestFairy QuickView https://www.testfairy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enchances bug systems and crm systems to preview TestFairy Sessions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TestFairy QuickView एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | TestFairy QuickView |
ID | joaafaemekbkgekhjbaldlllcnjifcee |
आधिकारिक URL | https://chromewebstore.google.com/detail/testfairy-quickview/joaafaemekbkgekhjbaldlllcnjifcee |
विवरण | This extension enchances bug systems and crm systems to preview TestFairy Sessions |
फ़ाइल का आकार | 15.27 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2020-05-25 |
प्रकाशन तिथि | 2020-05-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.testfairy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://docs.testfairy.com |
सहायता पृष्ठ URL | https://app.testfairy.com/contact/ |
गोपनीयता नीति पृष्ठ URL | https://www.testfairy.com/developer-tos-privacy |
समर्थित भाषाएँ | 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" ] } ] } |