Q2 Debugger
inspect tecton q2 api calls
Q2 Debugger क्या है?
Q2 Debugger https://nuevesolutions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "inspect tecton q2 api calls"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Q2 Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The q2 api debugger inspects the tecton q2 api calls. It works similar to the chrome network inspector. It shows the routing_key and payload that was sent/received to/from the extension. * Tracks requestExtensionData (api calls to the Q2 backend extension) * Debugs q2 extension backend by tracking meta. * Resizable columns * Button to clear the inspector, similar to the chrome network inspector * Right click to copy data from one of the cells, such as the Routing Key * Request Data or Response Data * Light and dark themes that match the chrome debugger theme
एक्सटेंशन की मूल जानकारी
नाम | Q2 Debugger |
ID | ofenoeokeajgginmciegemdiioglcdio |
आधिकारिक URL | https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio |
विवरण | inspect tecton q2 api calls |
फ़ाइल का आकार | 2.1 MB |
स्थापना संख्या | 64 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2020-10-31 |
प्रकाशन तिथि | 2020-08-06 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://nuevesolutions.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://nuevesolutions.com/ |
सहायता पृष्ठ URL | https://nuevesolutions.com/q2-debugger-chrome-extension/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Q2 Debugger", "version": "0.1.0", "description": "inspect tecton q2 api calls", "manifest_version": 2, "devtools_page": "devtools.html", "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "injectable.js" ] } |