AE标题生成器

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

What is AE标题生成器?

AE标题生成器 is a Chrome extension developed by 速卖通运营助手, and its main feature is "速卖通标题一键生成,长尾词、类目词、属性词、飙升词、流量词智能推荐。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AE标题生成器 Extension CRX File

Download AE标题生成器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        它可以帮我做什么?
一键查询【长尾词、类目词、属性词、飙升词、流量词等】;
选择类目、输入关键属性,智能匹配关键词;
按照多种模式自动生成标题,每次可生成不一样的标题;
自定义配置,是否过滤掉品牌词,防止侵权。                    

Extension Basic Information

Name AE标题生成器 AE标题生成器
ID bpdnbbmpifiegiphcdagebmbphdhnimo
Official URL https://chromewebstore.google.com/detail/ae%E6%A0%87%E9%A2%98%E7%94%9F%E6%88%90%E5%99%A8/bpdnbbmpifiegiphcdagebmbphdhnimo
Description 速卖通标题一键生成,长尾词、类目词、属性词、飙升词、流量词智能推荐。
File Size 526 KB
Installation Count 327
Current Version 1.0
Last Updated 2021-08-30
Publish Date 2021-08-30
Developer 速卖通运营助手
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.aezhushou.com/web/policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AE\u6807\u9898\u751f\u6210\u5668",
    "homepage_url": "http:\/\/tit.aezhushou.com",
    "version": "1.0",
    "manifest_version": 2,
    "description": "\u901f\u5356\u901a\u6807\u9898\u4e00\u952e\u751f\u6210\uff0c\u957f\u5c3e\u8bcd\u3001\u7c7b\u76ee\u8bcd\u3001\u5c5e\u6027\u8bcd\u3001\u98d9\u5347\u8bcd\u3001\u6d41\u91cf\u8bcd\u667a\u80fd\u63a8\u8350\u3002",
    "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\/*"
    ]
}