AE标题生成器

AE标题生成器

速卖通标题一键生成,长尾词、类目词、属性词、飙升词、流量词智能推荐。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AE标题生成器",
  "homepage_url": "http://tit.aezhushou.com",
  "version": "1.0",
  "manifest_version": 2,
  "description": "速卖通标题一键生成,长尾词、类目词、属性词、飙升词、流量词智能推荐。",
  "icons": {
    "16": "image/icon.png",
    "48": "image/icon.png",
    "128": "image/icon.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.aliexpress.com/*"
    ]
  },
  "background": {
    "scripts": [
      "html/g.js",
      "html/jquery.js",
      "html/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "html/g.js",
        "html/jquery.js",
        "html/bootstrap.min.js",
        "html/underscore.js",
        "html/sweetalert.min.js",
        "html/datatables.min.js",
        "html/com.js",
        "html/aemain.js"
      ],
      "matches": [
        "*://gsp.aliexpress.com/apps/product/publish*",
        "*://www.dianxiaomi.com/smtProduct/add.htm*",
        "*://www.dianxiaomi.com/smtProduct/edit.htm*",
        "*://*.mabangerp.com/index.php?m=ali&a=publish*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": [
    "background",
    "*://gsp.aliexpress.com/*",
    "*://tit.aezhushou.com/*",
    "*://www.mangoerp.com/*",
    "*://www.dianxiaomi.com/*"
  ]
}