WebSitePulse Transaction Recorder

WebSitePulse Transaction Recorder

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

Merlin
Additional files are visible only to premium users

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": {
    "16": "skin/icon16.png",
    "48": "skin/icon48.png",
    "128": "skin/icon128.png"
  },
  "background": {
    "scripts": [
      "wsp.js",
      "background.js"
    ],
    "persistent": true
  },
  "devtools_page": "wspdevtools.html",
  "permissions": [
    "webRequest",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}