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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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:\/\/*\/*" ] } |