速卖通商品价格分析

导出竞品各SKU售价、运费模板数据,分析竞品利润,支持复制竞品的运费模板和定价。

Wat is 速卖通商品价格分析?

速卖通商品价格分析 is een Chrome-extensie ontwikkeld door 清明雨上, en de belangrijkste functie is "导出竞品各SKU售价、运费模板数据,分析竞品利润,支持复制竞品的运费模板和定价。".

Extensie Screenshots

screenshot
screenshot
screenshot
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

                        1、下载商品各SKU的价格、包邮或最便宜的渠道运费、及海外仓定价;
2、导出所有国家、所有渠道的运费值;
3、可成功规避新用户专享优惠价0.01,获取正确的折扣价;
4、避开含税价,下载用户的真实售价;
5、一键复制对手的运费模板数据、和商品定价。
6、新增在线支付,支付成功自动开通,无需客服介入。
7、商品利润分析。

使用教程:https://www.yuque.com/helps/jingpin/mz2cvm                    

Basisinformatie over de Extensie

Naam 速卖通商品价格分析 速卖通商品价格分析
ID jjbmdpbkacodjafhgffajjkklehlfall
Officiële 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
Beschrijving 导出竞品各SKU售价、运费模板数据,分析竞品利润,支持复制竞品的运费模板和定价。
Bestandsgrootte 273 KB
Aantal Installaties 3,259
Huidige Versie 5.1
Laatst Bijgewerkt 2023-06-16
Publicatiedatum 2021-11-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 清明雨上
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.aezhushou.com
Help Pagina-URL https://www.yuque.com/helps/jingpin
URL van de Privacybeleid Pagina https://www.aezhushou.com/web/policy.html
Ondersteunde Talen 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\/*"
    ]
}