Leadvertex Manager

Leadvertex Manager

Leadvertex Manager Chrome Exntension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Leadvertex Manager",
  "description": "Leadvertex Manager Chrome Exntension",
  "version": "1.0.2",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.leadvertex.ru/*"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js",
        "js/elldatapicker.js"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "tabs",
    "cookies",
    "notifications",
    "<all_urls>"
  ],
  "icons": {
    "64": "img/icon64.png"
  },
  "web_accessible_resources": [
    "img/logo.png",
    "img/delete.gif",
    "css/elldatepicker.css",
    "img/datepicker/*.png"
  ]
}