WebSitePulse Transaction Recorder

Easy way to record, edit, store and upload web transactions used with the web transaction and web application monitoring.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "WebSitePulse Transaction Recorder",
  "version": "2.0.2resigned1",
  "description": "Easy way to record, edit, store and upload web transactions used with the web transaction and web application monitoring.",
  "applications": {
    "gecko": {
      "id": "wsptransactionrecorder@websitepulse.com"
    }
  },
  "homepage_url": "https://websitepulse.com",
  "icons": {
    "16": "/skin/icon16.png",
    "48": "/skin/icon48.png",
    "128": "/skin/icon128.png"
  },
  "background": {
    "scripts": [
      "content/wsp.js",
      "content/background.js"
    ]
  },
  "devtools_page": "content/wspdevtools.html",
  "permissions": [
    "webRequest",
    "tabs",
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ]
}