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 هو إضافة Chrome تم تطويرها بواسطة WebSitePulseAlerts، والميزة الرئيسية لها هي "Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WebSitePulse Transaction Recorder
قم بتنزيل ملفات الامتداد WebSitePulse Transaction Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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:\/\/*\/*" ] } |