EZsaltGo Launcher

EZsaltGo Launcher

Launches EZsaltGo from inside ServiceTitan

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EZsaltGo Launcher",
  "description": "Launches EZsaltGo from inside ServiceTitan",
  "version": "1.3",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.7.1.min.js",
        "js/EZsaltLoader.js"
      ],
      "matches": [
        "https://*.servicetitan.com/*"
      ],
      "all_frames": true
    }
  ]
}