ServiceTree AUTO [ConnectWise Plugin]

ServiceTree AUTO [ConnectWise Plugin]

ConnectWise Manage Plugin to Auto Dispatch tickets

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ServiceTree AUTO [ConnectWise Plugin]",
  "version": "2021.11.1",
  "description": "ConnectWise Manage Plugin to Auto Dispatch tickets",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "assets/images/logo_icon_16.png",
      "48": "assets/images/logo_icon_48.png",
      "128": "assets/images/logo_icon_128.png"
    },
    "default_title": "ServiceTree AUTO",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "assets/images/logo_icon_16.png",
    "48": "assets/images/logo_icon_48.png",
    "128": "assets/images/logo_icon_128.png"
  },
  "permissions": [
    "https://*.service-tree.com/*"
  ]
}