WebSitePulse Transaction Recorder
Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.
Apa itu WebSitePulse Transaction Recorder?
WebSitePulse Transaction Recorder adalah ekstensi Chrome yang dikembangkan oleh WebSitePulseAlerts, dan fitur utamanya adalah "Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WebSitePulse Transaction Recorder
Unduh file ekstensi WebSitePulse Transaction Recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hhikljohenhpegbjlmnklkhdeomeocka |
URL Resmi | https://chrome.google.com/webstore/detail/websitepulse-transaction/hhikljohenhpegbjlmnklkhdeomeocka |
Deskripsi | Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring. |
Ukuran File | 79.64 KB |
Jumlah Instalasi | 133 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2015-02-03 |
Tanggal Publikasi | 2015-02-03 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | WebSitePulseAlerts |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.websitepulse.com/about/privacy-policy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |