Oracle CPQ Transaction Viewer [OCPQ]

Oracle CPQ Transaction Viewer [OCPQ]

OCPQ Transaction Viewer helps Oracle CPQ developer to view the Oracle CPQ Transaction/Transaction Line data using Transaction ID from the same transaction page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Oracle CPQ Transaction Viewer [OCPQ]",
  "version": "2.5",
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "jQuery.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "webNavigation",
    "storage"
  ],
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html",
    "default_title": "View CPQ Transaction Details"
  }
}