WebSitePulse Transaction Recorder
Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.
WebSitePulse Transaction Recorder क्या है?
WebSitePulse Transaction Recorder WebSitePulseAlerts द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebSitePulse Transaction Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension works as an add-on for Google Chrome Developer Tools. To open Developer Tools: Options -> Tools -> Developer Tools or press Ctrl + Shift + I In Developer tools you will find a "WSP Transaction Recorder" panel. Its interface allows you to record, edit and upload transactions. It also provides you with a number of options to define the request types which you want to record. There you can also enter your username and API key, which are required for uploading trasactions into your WebSitePulse account.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hhikljohenhpegbjlmnklkhdeomeocka |
आधिकारिक URL | https://chrome.google.com/webstore/detail/websitepulse-transaction/hhikljohenhpegbjlmnklkhdeomeocka |
विवरण | Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring. |
फ़ाइल का आकार | 79.64 KB |
स्थापना संख्या | 133 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2015-02-03 |
प्रकाशन तिथि | 2015-02-03 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | WebSitePulseAlerts |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.websitepulse.com/about/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebSitePulse Transaction Recorder", "version": "1.0.1", "description": "Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.", "manifest_version": 2, "homepage_url": "http:\/\/websitepulse.com", "minimum_chrome_version": "23.0", "icons": { "128": "skin\/icon128.png", "16": "skin\/icon16.png", "48": "skin\/icon48.png" }, "background": { "scripts": [ "wsp.js", "background.js" ], "persistent": true }, "devtools_page": "wspdevtools.html", "permissions": [ "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |