Problem management helper for Creatio

Problem management helper for Creatio

Helps you manage problems connected to "Cases" records in Creatio system (https://creatio.com).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Problem management helper for Creatio",
  "description": "Helps you manage problems connected to \"Cases\" records in Creatio system (https://creatio.com).",
  "version": "1.5.1",
  "manifest_version": 2,
  "author": "Creatio labs",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/[email protected]",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.bpmonline.com/0/Nui/ViewModule.aspx*",
        "https://*.creatio.com/0/Nui/ViewModule.aspx*",
        "https://*.terrasoft.ua/0/Nui/ViewModule.aspx*",
        "https://*.bpmonline.com/0/Shell*",
        "https://*.creatio.com/0/Shell*",
        "https://*.terrasoft.ua/0/Shell*",
        "https://*.bpmonline.com/0/shell*",
        "https://*.creatio.com/0/shell*",
        "https://*.terrasoft.ua/0/shell*"
      ],
      "css": [
        "problemManagementHelper.css"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "problemManagementHelper.js"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "19": "images/icon19.png",
      "32": "images/[email protected]",
      "38": "images/[email protected]"
    },
    "default_title": "Problem management helper for Creatio"
  },
  "permissions": [
    "file:///*"
  ]
}