Smartlink Health

Smartlink Health

Smartlink Heatlh is a software used to extract appointments, log diagnosis, etc.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "3.1.0",
  "author": "Smartlink Health",
  "name": "Smartlink Health",
  "description": "Smartlink Heatlh is a software used to extract appointments, log diagnosis, etc.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://wc-wfe-120.advancedmd.com/*"
      ],
      "js": [
        "AdvancedMdExtractRpmOrders.174ff4c5.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://athenanet.athenahealth.com/7942/*"
      ],
      "js": [
        "AthenaExtractAppts.1d3c89da.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://athenanet.athenahealth.com/15549/*",
        "https://athenanet.athenahealth.com/21901/*",
        "https://athenanet.athenahealth.com/11700/*",
        "https://athenanet.athenahealth.com/17598/*"
      ],
      "js": [
        "AthenaExtractMedpodAppts.a8283293.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://192.168.2.21/*",
        "https://txcahcnyqqg4w7mdb4app.ecwcloud.com/*",
        "https://ecwprodcefqhc.s4ch.net/*",
        "https://txampbyc284tzib3krapp.ecwcloud.com/*",
        "https://txpitpd1jjfvs8u47sapp.ecwcloud.com/*",
        "https://txhhhcapp.ecwcloud.com/*"
      ],
      "js": [
        "EcwExtractMedpodAppts.4023536c.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://athenanet.athenahealth.com/7942/*",
        "https://athenanet.athenahealth.com/7201/*"
      ],
      "js": [
        "AthenaEvolentPopup.34c76034.js"
      ],
      "all_frames": true,
      "css": [
        "AthenaEvolentPopup.8aff0eca.css",
        "AthenaEvolentPopup.f3ceff34.css"
      ]
    },
    {
      "matches": [
        "https://nckmdwapp.ecwcloud.com/*",
        "https://ncgfpr1140223ga1sc7app.ecwcloud.com/*",
        "https://*.rmfmc.com/*"
      ],
      "js": [
        "EcwEvolentPopup.aaeed340.js"
      ],
      "all_frames": true,
      "css": [
        "AthenaEvolentPopup.8aff0eca.css",
        "AthenaEvolentPopup.f3ceff34.css"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "https://*.smartlinkhealth.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://athenanet.athenahealth.com/*",
        "https://athenanet.athenahealth.com/*"
      ],
      "resources": [
        "AthenaEvolentPopup.7fe6d5bb.css",
        "AthenaEvolentPopup.c6fde5b2.css",
        "AthenaEvolentPopup.0657be98.svg",
        "AthenaEvolentPopup.e7dbd3d2.svg",
        "AthenaEvolentPopup.aa2ffa36.png"
      ]
    },
    {
      "matches": [
        "https://nckmdwapp.ecwcloud.com/*",
        "https://ncgfpr1140223ga1sc7app.ecwcloud.com/*",
        "https://*.rmfmc.com/*"
      ],
      "resources": [
        "AthenaEvolentPopup.7fe6d5bb.css",
        "EcwEvolentPopup.6b0d5bd6.css",
        "AthenaEvolentPopup.0657be98.svg",
        "AthenaEvolentPopup.e7dbd3d2.svg",
        "AthenaEvolentPopup.aa2ffa36.png"
      ]
    }
  ]
}