AnyConnect Check

AnyConnect Check

AnyConnect Check allows You to safely use AnyConnect by Cisco and Actively checks in the background for new Cisco Customers…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AnyConnect Check",
  "version": "1.3.7",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "safecheck.js"
      ]
    }
  ]
}