Magic by Breakcold - Social Selling CRM

Magic by Breakcold - Social Selling CRM

Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.",
  "version": "1.6.7",
  "manifest_version": 3,
  "name": "Magic by Breakcold - Social Selling CRM",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "scripting",
    "alarms",
    "tabs",
    "cookies"
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://linkedin.com/*",
    "*://*.youtube.com/*",
    "*://youtube.com/*",
    "*://*.twitter.com/*",
    "*://twitter.com/*",
    "*://www.instagram.com/*",
    "*://www.facebook.com/*",
    "*://*.breakcold.com/*",
    "*://api.breakcold.com/*",
    "*://breakcold.com/*",
    "*://mail.google.com/*",
    "*://web.whatsapp.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}