MM - NXRL - TS

MM - NXRL - TS

This is the Customer Support plugin for MM NXRL Tech support team - live

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MM - NXRL - TS",
  "description": "This is the Customer Support plugin for MM NXRL Tech support team - live",
  "version": "3.1",
  "content_scripts": [
    {
      "matches": [
        "https://adroll.zendesk.com/*"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/jquery.tinytimer.js",
        "js/tasks_data.js",
        "js/content.js",
        "datepicker/js/jquery-ui-1.9.2.custom.min.js"
      ],
      "css": [
        "datepicker/css/base/jquery-ui-1.9.2.custom.min.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "MM - NXRL - TS"
  },
  "permissions": [
    "http://adroll.zendesk.com/*",
    "https://adroll.zendesk.com/*",
    "http://nextroll.zendesk.com/*",
    "https://nextroll.zendesk.com/*",
    "http://mmportal.mediamint.com/*",
    "https://mmportal.mediamint.com/*",
    "http://devcode.mediamint.com/*",
    "https://devcode.mediamint.com/*"
  ]
}