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 |
官方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:\/\/*\/*" ] } |