Special Agent Real Time

Special Agent Real Time

For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Special Agent Real Time",
  "version": "1.1.0",
  "description": "For use with Special Agent insurance agency management software.  This extension assists with automation of real time requests.",
  "icons": {
    "24": "icon24.png",
    "48": "icon48.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "jquery-3.5.1.min.js",
        "querystring.js",
        "jquery.base64.js",
        "arrive.min.js",
        "simulator.js",
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "RealTimeTest.html",
    "default_icon": "icon24.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "homepage_url": "https://www.specialagent.com"
}