店助手-免费

店助手-免费

专业的淘宝、天猫等电商平台卖家运营辅助工具,生意参谋、直通车等营销平台的指数转换、分析、导出,淘宝搜索、详情等功能的运营辅助等等。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "店助手-免费",
  "version": "1.808",
  "description": "专业的淘宝、天猫等电商平台卖家运营辅助工具,生意参谋、直通车等营销平台的指数转换、分析、导出,淘宝搜索、详情等功能的运营辅助等等。",
  "externally_connectable": {
    "matches": [
      "*://*.taobao.com/*",
      "*://*.tmall.com/*",
      "*://*.dianzhushou.net/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.dianzhushou.net/*",
        "*://*.taobao.com/*",
        "*://*.tmall.com/*"
      ],
      "js": [
        "js/introduction/jquery-2.1.4.min.js",
        "js/inject.js"
      ],
      "css": [
        "js/reveal.css"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "js/introduction/jquery-2.1.4.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/00.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "homepage_url": "https://www.dianzhushou.net",
  "permissions": [
    "cookies",
    "storage",
    "*://*.taobao.com/*",
    "*://*.tmall.com/*",
    "*://*.dianzhushou.net/*"
  ],
  "web_accessible_resources": [
    "js/*",
    "css/*"
  ]
}