Total CSR

Total CSR

Access Total CSR knowledge base. Active subscription is required.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Total CSR",
  "description": "Access Total CSR knowledge base. Active subscription is required.",
  "version": "1.0.2",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "main.html",
    "default_icon": "favicon.png"
  },
  "externally_connectable": {
    "matches": [
      "*://app.echosage.com/*"
    ]
  }
}