全网营销插件

全网营销插件

贸牛全网营销插件是根据贸牛多年的运营和seo网站优化进行开发的一款插件。主要包含几个功能 1.自动化同步阿里巴巴数据到官网 2.智能诊断店铺 3.在线学习 4.网站后台管理 5.谷歌GA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.5",
  "name": "全网营销插件",
  "permissions": [
    "cookies",
    "*://*.alibaba.com/*"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "dist/background.build.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_title": "全网营销插件"
  },
  "content_scripts": [
    {
      "js": [
        "dist/content.build.js"
      ],
      "matches": [
        "*://market.maoniunet.com/*",
        "*://121.43.112.249/*",
        "http://192.168.1.251/*",
        "http://localhost/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "*://192.168.1.251:*/*",
      "*://*.maoniunet.com/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}