WebSitePulse Transaction Recorder

Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.

What is WebSitePulse Transaction Recorder?

WebSitePulse Transaction Recorder is a Chrome extension developed by WebSitePulseAlerts, and its main feature is "Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download WebSitePulse Transaction Recorder Extension CRX File

Download WebSitePulse Transaction Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WebSitePulse Transaction Recorder WebSitePulse Transaction Recorder
ID hhikljohenhpegbjlmnklkhdeomeocka
Official URL https://chrome.google.com/webstore/detail/websitepulse-transaction/hhikljohenhpegbjlmnklkhdeomeocka
Description Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.
File Size 79.64 KB
Installation Count 133
Current Version 1.0.1
Last Updated 2015-02-03
Publish Date 2015-02-03
Rating 5.00/5 Total 2 Ratings
Developer WebSitePulseAlerts
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.websitepulse.com/about/privacy-policy
Supported Languages 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:\/\/*\/*"
    ]
}