淘数据Wish数据插件
wish选品运营辅助工具。安装后访问wish网站时,可直接查看相关产品、行业数据。
What is 淘数据Wish数据插件?
淘数据Wish数据插件 is a Chrome extension developed by https://www.taosj.com, and its main feature is "wish选品运营辅助工具。安装后访问wish网站时,可直接查看相关产品、行业数据。".
Extension Screenshots
Download 淘数据Wish数据插件 Extension CRX File
Download 淘数据Wish数据插件 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
用户可以通过卖家网Wish数据插件,查看Wish产品、店铺、行业、标签等相关数据。帮助用户数据进行选品、打造爆款。 1.全站概况一键查询 全站整体情况直接查看,更能获取全站销售趋势,爆款列表等信息 2.产品数据直接展示 浏览Wish产品时,可直接查看该产品的销量、销售额、刊登时间等数据 3.优质产品直接导出 一键导出爆款产品信息,支持店小秘,芒果店长等ERP,直接上传,快速刊登
Extension Basic Information
Name | |
ID | obcfmdamiaokljfkfachcmhhmlebocdn |
Official URL | https://chrome.google.com/webstore/detail/%E6%B7%98%E6%95%B0%E6%8D%AEwish%E6%95%B0%E6%8D%AE%E6%8F%92%E4%BB%B6/obcfmdamiaokljfkfachcmhhmlebocdn |
Description | wish选品运营辅助工具。安装后访问wish网站时,可直接查看相关产品、行业数据。 |
File Size | 1.09 MB |
Installation Count | 4,197 |
Current Version | 2.0.0 |
Last Updated | 2021-10-08 |
Publish Date | 2020-04-13 |
Rating | 4.13/5 Total 8 Ratings |
Developer | https://www.taosj.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.taosj.com/wish/ |
Help Page URL | https://www.taosj.com/wish/plugin.html?from=top |
Privacy Policy Page URL | https://login.taosj.com/register/agreement.htm |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6dd8\u6570\u636eWish\u6570\u636e\u63d2\u4ef6", "manifest_version": 2, "version": "2.0.0", "homepage_url": "https:\/\/www.taosj.com\/", "description": "wish\u9009\u54c1\u8fd0\u8425\u8f85\u52a9\u5de5\u5177\u3002\u5b89\u88c5\u540e\u8bbf\u95eewish\u7f51\u7ad9\u65f6\uff0c\u53ef\u76f4\u63a5\u67e5\u770b\u76f8\u5173\u4ea7\u54c1\u3001\u884c\u4e1a\u6570\u636e\u3002", "permissions": [ "*:\/\/*\/*" ], "icons": { "48": "img\/logo2.png", "128": "img\/logo2.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/logo2.png", "default_title": "\u6dd8\u6570\u636eWish\u6570\u636e\u63d2\u4ef6", "default_popup": "tpl\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.wish.com\/*" ], "css": [ "components\/maijia-common_1.css", "app\/app.css" ], "js": [ "js\/jquery.js", "js\/highstock.src.js", "components\/maijia-common-framework_1.js", "components\/maijia-common_1.js", "app\/app.js", "js\/index.js" ] } ] } |