Examine source code of Simplessus CRM

Inspect and view changes in Simplessus CRM source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Simplessus CRM",
  "description": "CRM, web-based customer relationship management software for online sales management.",
  "version": "3.1.0",
  "icons": {
    "64": "google_crm_64x64.png",
    "96": "google_crm_96x96.png",
    "128": "google_crm_128x128.png"
  },
  "app": {
    "urls": [
      "http://crm.simplessus.com/"
    ],
    "launch": {
      "web_url": "http://crm.simplessus.com/"
    }
  },
  "permissions": [
    ""
  ],
  "manifest_version": 2
}