速卖通卖家工具

速卖通卖家工具、多语言关键词翻译、行业数据分析、关键词联想查找,属性词提取、信息增强

Wat is 速卖通卖家工具?

速卖通卖家工具 is een Chrome-extensie ontwikkeld door mengchangxie, en de belangrijkste functie is "速卖通卖家工具、多语言关键词翻译、行业数据分析、关键词联想查找,属性词提取、信息增强".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 速卖通卖家工具

Download 速卖通卖家工具-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        多语言关键词翻译、行业数据分析、关键词联想查找,属性词提取、搜索结果信息增强、词表下载                    

Basisinformatie over de Extensie

Naam 速卖通卖家工具 速卖通卖家工具
ID lgflgiioikekcfckandggkdcmkadkeon
Officiële URL https://chromewebstore.google.com/detail/%E9%80%9F%E5%8D%96%E9%80%9A%E5%8D%96%E5%AE%B6%E5%B7%A5%E5%85%B7/lgflgiioikekcfckandggkdcmkadkeon
Beschrijving 速卖通卖家工具、多语言关键词翻译、行业数据分析、关键词联想查找,属性词提取、信息增强
Bestandsgrootte 2.05 MB
Aantal Installaties 401
Huidige Versie 1.0.5
Laatst Bijgewerkt 2020-05-17
Publicatiedatum 2020-05-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mengchangxie
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.ali-seller-tool.cn
URL van de Privacybeleid Pagina https://sites.google.com/view/ali-seller-tool-privacy-policy
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u901f\u5356\u901a\u5356\u5bb6\u5de5\u5177",
    "description": "\u901f\u5356\u901a\u5356\u5bb6\u5de5\u5177\u3001\u591a\u8bed\u8a00\u5173\u952e\u8bcd\u7ffb\u8bd1\u3001\u884c\u4e1a\u6570\u636e\u5206\u6790\u3001\u5173\u952e\u8bcd\u8054\u60f3\u67e5\u627e\uff0c\u5c5e\u6027\u8bcd\u63d0\u53d6\u3001\u4fe1\u606f\u589e\u5f3a",
    "version": "1.0.5",
    "homepage_url": "http:\/\/www.ali-seller-tool.cn",
    "icons": {
        "16": "img\/[email protected]",
        "48": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "cookies",
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*"
    ],
    "web_accessible_resources": [
        "js\/injected.js"
    ],
    "omnibox": {
        "keyword": "ali"
    },
    "page_action": {
        "default_icon": "img\/[email protected]",
        "default_title": "\u901f\u5356\u901a\u5356\u5bb6\u5de5\u5177",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}