EPC Integration Service

EPC Integration Service

EPC Integration Service

Additional files are visible only to premium users

manifest.json


{
  "author": "sbs.snapon.com",
  "background": {
    "service_worker": "main.js",
    "type": "module"
  },
  "description": "EPC Integration Service",
  "externally_connectable": {
    "matches": [
      "http://*.ipa.snapbs.com:9001/*",
      "http://*.ipa.snapbs.com/*",
      "http://*.snaponglobal.com/*",
      "http://localhost:5555/*",
      "http://localhost:8080/*",
      "*://*.snaponglobal.com/epc/*",
      "*://*.snaponepc.com/epc/*",
      "*://*.snaponepc.com/*",
      "*://*.snapbs.com/epc/*",
      "*://*.globaleservice.com/*",
      "*://sbsj.co.jp/*",
      "*://*.partsandwarranty.com/*",
      "*://*.deere.com/*",
      "*://*.gm.com/*",
      "*://*.cnh.com/*",
      "http://*.snaponglobal.com:9001/*",
      "http://*.snaponglobal.com:9002/*",
      "*://*.snaponepc.com/Lp/*"
    ]
  },
  "icons": {
    "48": "s-logo-48.png",
    "96": "s-logo-96.png"
  },
  "manifest_version": 3,
  "name": "EPC Integration Service",
  "permissions": [
    "nativeMessaging"
  ],
  "version": "4.1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}