AE标题生成器

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

Cos'è AE标题生成器?

AE标题生成器 è un'estensione di Chrome sviluppata da 速卖通运营助手, e la sua funzione principale è "速卖通标题一键生成,长尾词、类目词、属性词、飙升词、流量词智能推荐。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AE标题生成器

Scarica i file di estensione AE标题生成器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AE标题生成器 AE标题生成器
ID bpdnbbmpifiegiphcdagebmbphdhnimo
URL Ufficiale https://chromewebstore.google.com/detail/ae%E6%A0%87%E9%A2%98%E7%94%9F%E6%88%90%E5%99%A8/bpdnbbmpifiegiphcdagebmbphdhnimo
Descrizione 速卖通标题一键生成,长尾词、类目词、属性词、飙升词、流量词智能推荐。
Dimensione del File 526 KB
Conteggio Installazioni 327
Versione Corrente 1.0
Ultimo Aggiornamento 2021-08-30
Data di Pubblicazione 2021-08-30
Sviluppatore 速卖通运营助手
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.aezhushou.com/web/policy.html
Lingue Supportate 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\/*"
    ]
}