速卖通卖家工具
速卖通卖家工具、多语言关键词翻译、行业数据分析、关键词联想查找,属性词提取、信息增强
What is 速卖通卖家工具?
速卖通卖家工具 is a Chrome extension developed by mengchangxie, and its main feature is "速卖通卖家工具、多语言关键词翻译、行业数据分析、关键词联想查找,属性词提取、信息增强".
Extension Screenshots
Download 速卖通卖家工具 Extension CRX File
Download 速卖通卖家工具 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 | 速卖通卖家工具 |
ID | lgflgiioikekcfckandggkdcmkadkeon |
Official 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 |
Description | 速卖通卖家工具、多语言关键词翻译、行业数据分析、关键词联想查找,属性词提取、信息增强 |
File Size | 2.05 MB |
Installation Count | 401 |
Current Version | 1.0.5 |
Last Updated | 2020-05-17 |
Publish Date | 2020-05-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | mengchangxie |
[email protected] | |
Payment Type | free |
Extension Website | http://www.ali-seller-tool.cn |
Privacy Policy Page URL | https://sites.google.com/view/ali-seller-tool-privacy-policy |
Supported Languages | 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 } ] } |