Carsake Sms Hirise Subdealer

Carsake Sms Hirise Subdealer

This software send sms to Hirise customer automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Carsake Sms Hirise Subdealer",
  "short_name": "Carsake Sms Hirise Subdealer",
  "description": "This software send sms to Hirise customer automatically.",
  "version": "6.4",
  "page_action": {
    "default_icon": "icon32.png",
    "default_title": "Carsake Sms Hirise Subdealer",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "jquery_108.js",
      "CarsakeBackrun.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon48.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery_108.js",
        "CarsakeMain.js"
      ]
    }
  ]
}