速卖通商品价格分析
导出竞品各SKU售价、运费模板数据,分析竞品利润,支持复制竞品的运费模板和定价。
Was ist 速卖通商品价格分析?
速卖通商品价格分析 ist eine Chrome-Erweiterung, die von 清明雨上 entwickelt wurde, und ihr Hauptmerkmal ist "导出竞品各SKU售价、运费模板数据,分析竞品利润,支持复制竞品的运费模板和定价。".
Erweiterungsscreenshots
速卖通商品价格分析-Erweiterungs-CRX-Datei herunterladen
Laden Sie 速卖通商品价格分析-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
1、下载商品各SKU的价格、包邮或最便宜的渠道运费、及海外仓定价; 2、导出所有国家、所有渠道的运费值; 3、可成功规避新用户专享优惠价0.01,获取正确的折扣价; 4、避开含税价,下载用户的真实售价; 5、一键复制对手的运费模板数据、和商品定价。 6、新增在线支付,支付成功自动开通,无需客服介入。 7、商品利润分析。 使用教程:https://www.yuque.com/helps/jingpin/mz2cvm
Grundlegende Informationen zur Erweiterung
Name | 速卖通商品价格分析 |
ID | jjbmdpbkacodjafhgffajjkklehlfall |
Offizielle URL | https://chromewebstore.google.com/detail/%E9%80%9F%E5%8D%96%E9%80%9A%E5%95%86%E5%93%81%E4%BB%B7%E6%A0%BC%E5%88%86%E6%9E%90/jjbmdpbkacodjafhgffajjkklehlfall |
Beschreibung | 导出竞品各SKU售价、运费模板数据,分析竞品利润,支持复制竞品的运费模板和定价。 |
Dateigröße | 273 KB |
Installationsanzahl | 3,259 |
Aktuelle Version | 5.1 |
Letztes Update | 2023-06-16 |
Veröffentlichungsdatum | 2021-11-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | 清明雨上 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.aezhushou.com |
Hilfeseite URL | https://www.yuque.com/helps/jingpin |
URL der Datenschutzrichtlinien-Seite | https://www.aezhushou.com/web/policy.html |
Unterstützte Sprachen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u901f\u5356\u901a\u5546\u54c1\u4ef7\u683c\u5206\u6790", "homepage_url": "https:\/\/tit.aezhushou.com\/web\/aePriceShipFee\/desc.html", "version": "5.1", "manifest_version": 2, "description": "\u5bfc\u51fa\u7ade\u54c1\u5404SKU\u552e\u4ef7\u3001\u8fd0\u8d39\u6a21\u677f\u6570\u636e\uff0c\u5206\u6790\u7ade\u54c1\u5229\u6da6\uff0c\u652f\u6301\u590d\u5236\u7ade\u54c1\u7684\u8fd0\u8d39\u6a21\u677f\u548c\u5b9a\u4ef7\u3002", "icons": { "16": "image\/icon.png", "48": "image\/icon.png", "128": "image\/icon.png" }, "externally_connectable": { "matches": [ "*:\/\/*.aliexpress.com\/*" ] }, "background": { "scripts": [ "html\/jquery.js", "html\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "html\/g.js", "html\/jquery.js", "html\/xlsx.js", "html\/sweetalert.min.js", "html\/aemain.js" ], "css": [ "html\/sweetalert.css", "html\/mycss.css" ], "matches": [ "*:\/\/aliexpress.ru\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*" ], "run_at": "document_idle" }, { "js": [ "html\/g.js", "html\/jquery.js", "html\/xlsx.js", "html\/sweetalert.min.js", "html\/aediy1.js" ], "css": [ "html\/sweetalert.css", "html\/mycss.css" ], "matches": [ "*:\/\/gsp.aliexpress.com\/apps\/product\/publish*", "*:\/\/csp.aliexpress.com\/apps\/product\/publish*", "*:\/\/www.dianxiaomi.com\/smtProduct\/edit*", "*:\/\/www.dianxiaomi.com\/smtProduct\/add*", "*:\/\/www.dianxiaomi.com\/smtProduct\/quoteEdit*", "*:\/\/www.dianxiaomi.com\/sys\/index.htm*", "*:\/\/*.mabangerp.com\/index.php?m=ali&a=publish*", "*:\/\/*.mabangerp.com\/index.php?mod=shop.list*" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "cookies", "storage", "background", "webRequest", "webRequestBlocking", "*:\/\/tit.aezhushou.com\/*", "*:\/\/www.aliexpress.com\/*", "*:\/\/aliexpress.ru\/itme\/*", "*:\/\/*.aliexpress.ru\/itme\/*", "*:\/\/*.aliexpress.com\/itme\/*", "*:\/\/gsp.aliexpress.com\/*", "*:\/\/asp.aliexpress.com\/*", "*:\/\/www.dianxiaomi.com\/*", "*:\/\/aamz.mabangerp.com\/*", "*:\/\/aliexpress.ru\/aer-api\/*" ] } |