Examine source code of CRM Side

Inspect and view changes in CRM Side 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": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js",
      "bootstrap4/js/bootstrap.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon/icon-16x16.png"
    },
    "default_popup": "popup.html",
    "default_title": "CRMSide"
  },
  "content_scripts": [
    {
      "matches": [
        "https://application.magileads.com/*"
      ],
      "js": [
        "jquery.js",
        "magileads.js"
      ]
    }
  ],
  "description": "Automatisez vos process de prospection commerciale.",
  "icons": {
    "16": "icon/icon-16x16.png",
    "32": "icon/icon-32x32.png",
    "48": "icon/icon-48x48.png",
    "128": "icon/icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "CRM Side",
  "permissions": [
    "cookies",
    "https://www.linkedin.com/*",
    "https://application.magileads.com/*"
  ],
  "version": "1.2"
}