Tool save customer

Tool save customer

Tool save customer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tool save customer",
  "description": "Tool save customer",
  "version": "1.7",
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "scripts/shortcut.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/shortcut.js",
        "scripts/contentscripts.js"
      ],
      "matches": [
        "*://nhanh.vn/*",
        "*://*.nhanh.vn/*"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "Tool save customer",
    "default_icon": "img/nh247.png"
  },
  "web_accessible_resources": [
    "scripts/shortcut.js"
  ],
  "manifest_version": 2
}