速卖通标题生成器和关键词采集

速卖通标题生成器和关键词采集

批量生成标题,支持英语、俄语、法语、西班牙语、葡萄牙语等小语种标题,支持长尾词、类目词、属性词、飙升词、流量词、搜索联想词、直通车热搜词、自定义关键词等功能。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "速卖通标题生成器和关键词采集",
  "homepage_url": "https://tit.aezhushou.com",
  "version": "1.16",
  "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/aetitversion.js",
        "html/aemain.js"
      ],
      "matches": [
        "*://gsp.aliexpress.com/apps/product/publish*",
        "*://csp.aliexpress.com/apps/product/publish*",
        "*://csp.aliexpress.com/apps/choiceProduct/publish*",
        "*://www.dianxiaomi.com/smtProduct/add.htm*",
        "*://www.dianxiaomi.com/smtProduct/edit.htm*",
        "*://www.dianxiaomi.com/smtProduct/quoteEdit.htm*",
        "*://www.dianxiaomi.com/sys/index.htm*",
        "*://*.mabangerp.com/index.php?m=ali&a=publish*",
        "*://*.mabangerp.com/index.php?mod=main.goPublish*"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "html/g.js",
        "html/jquery.js",
        "html/aetitversion.js",
        "html/aesearch.js"
      ],
      "matches": [
        "*://tit.aezhushou.com/web/aeTitle/main.html?ifor=searchkeyw*",
        "*://www.aliexpress.com/glosearch/api/product?trafficChannel*",
        "*://www.aliexpress.com/fn/search-pc/index*",
        "*://error.taobao.com/app/tbhome/common/error.html*"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "html/g.js",
        "html/jquery.js",
        "html/underscore.js",
        "html/aetitversion.js",
        "html/aePlatformSearch.js"
      ],
      "matches": [
        "*://www.aliexpress.com/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "html/g.js",
        "html/jquery.js",
        "html/sweetalert.min.js",
        "html/aetitversion.js",
        "html/aettrain.js"
      ],
      "css": [
        "html/sweetalert.css"
      ],
      "matches": [
        "*://tit.aezhushou.com/web/aeTitle/main.html?ifor=ttrainkeyw*",
        "*://gsp.aliexpress.com/apps/bp/keywordtools*",
        "*://csp.aliexpress.com/apps/bp/keywordtools*"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "html/g.js",
        "html/jquery.js",
        "html/aetitversion.js"
      ],
      "matches": [
        "*://tit.aezhushou.com/web/aeTitle/main.html*",
        "*://tit.aezhushou.com/web/aeTitle/topay.html*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": [
    "background",
    "cookies",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://gsp.aliexpress.com/*",
    "*://tit.aezhushou.com/*",
    "*://www.mangoerp.com/*",
    "*://aliexpress.com/*",
    "*://m.aliexpress.com/*",
    "*://www.aliexpress.com/*",
    "*://translate.googleapis.com/*",
    "*://translate.aezhushou.com/*",
    "*://error.taobao.com/app/tbhome/common/error.html*",
    "*://www.dianxiaomi.com/*",
    "*://seller-acs.aliexpress.com/*"
  ]
}