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開發的Chrome擴展程式,該擴展的主要功能是“Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.”。
擴展截圖
下載WebSitePulse Transaction Recorder擴展crx文件
下載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 |
官方網址 | 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:\/\/*\/*" ] } |