Examine source code of 云鼎软件_商品复制与同步

Inspect and view changes in 云鼎软件_商品复制与同步 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "云鼎软件_商品复制与同步",
  "description": "直接在淘宝或其它电商页面上复制宝贝与同步库存,一键复制到自已淘宝或天猫店铺,支持批量复制与导出链接",
  "version": "1.6",
  "manifest_version": 2,
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "author": "云鼎软件",
  "homepage_url": "https://fuwu.taobao.com/ser/detail.htm?service_code=FW_GOODS-1890327",
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "background",
    "https://*/*",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.taobao.com/search*",
        "https://*.taobao.com/category*",
        "https://*.tmall.com/search*",
        "https://*.tmall.com/?q=*",
        "https://*.tmall.com/category*",
        "https://*.1688.com/selloffer/offer_search*",
        "https://*.1688.com/page/offerlist*",
        "https://*.1688.com/daixiao/offer_search*",
        "https://s.1688.com/*",
        "https://search.1688.com/*",
        "https://*.1688.com/page/offerlist*",
        "*://www.yougou.com/f-*",
        "*://www.yougou.com/sr/searchKey*",
        "https://www.banggo.com/theme/*",
        "https://www.banggo.com/search/*"
      ],
      "js": [
        "js/jquery.js",
        "js/api.js",
        "js/common.js",
        "js/toolBarList.js"
      ],
      "css": [
        "css/toolBarList.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.yuding.ltd/*"
      ],
      "js": [
        "js/appContentScripts.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://item.taobao.com/item.htm*",
        "https://detail.tmall.com/item.htm*",
        "https://detail.1688.com/offer/*",
        "*://www.yougou.com/c-*",
        "https://www.banggo.com/goods/*.html*"
      ],
      "js": [
        "js/jquery.js",
        "js/api.js",
        "js/common.js",
        "js/gbk.js",
        "js/toolBarItem.js"
      ],
      "css": [
        "css/toolBarList.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://login.taobao.com/member/login.jhtml*"
      ],
      "js": [
        "js/jquery.js",
        "js/loginScripts.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "img/*",
    "logo.png",
    "html/about.html"
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/api.js",
      "js/common.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}