LeadPropel

LeadPropel

LeadPropel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LeadPropel",
  "version": "3.3",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "notifications",
    "https://sprout2.pipedrive.com/",
    "https://leadpropel.com/admin/"
  ],
  "content_scripts": [
    {
      "css": [
        "mystyle.css"
      ],
      "matches": [
        "https://sprout2.pipedrive.com/*",
        "http://sprout2.pipedrive.com/*",
        "https://leadpropel.com/*"
      ],
      "js": [
        "jquery-2.2.0.min.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "web_accessible_resources": [
    "dialog.html",
    "call_to_customer.html"
  ]
}