Improved IIB Business Transaction Monitor

Improved IIB Business Transaction Monitor

Improves the IIB Business Transaction Monitor view tabs by displaying the result date/time columns as local timezone values.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Paul Blackman",
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "css": [],
      "js": [
        "i3b2tm.js"
      ],
      "matches": [
        "file:///*",
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "options.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "icons": {
    "16": "i3b2tm_16.png",
    "32": "i3b2tm_32.png",
    "48": "i3b2tm_48.png",
    "128": "i3b2tm_128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "i3b2tm_19.png",
      "38": "i3b2tm_38.png"
    },
    "default_title": "Configure i3b2tm",
    "default_popup": "options.html"
  },
  "options_page": "options.html",
  "description": "Improves the IIB Business Transaction Monitor view tabs by displaying the result date/time columns as local timezone values.",
  "name": "Improved IIB Business Transaction Monitor",
  "short_name": "i3b2tm",
  "version": "1.0.0"
}