亚马逊优惠检查助手

检查亚马逊卖家后台优惠活动

亚马逊优惠检查助手とは何ですか?

亚马逊优惠检查助手はhttps://goseller.meによって開発されたChromeの拡張機能で、その主な機能は「检查亚马逊卖家后台优惠活动」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

亚马逊优惠检查助手拡張機能のCRXファイルをダウンロード

亚马逊优惠检查助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        帮助亚马逊卖家检查促销优惠叠加情况。

面向运营人员:

在店铺创建优惠促销的界面, 自动检查同ASIN所有类型的优惠活动, 避免意外的优惠叠加滥用造成损失。

面向老板和管理人员:

在店铺首页和插件的“更多功能”页面,查询指定ASIN下所有的优惠活动,支持父ASIN查询;
支持一键查询当前时间段的所有优惠活动,查询结果按优惠力度排序,帮助管理人员第一时间发现异常的优惠。


***主要功能介绍 ***

1. 检查优惠券、秒杀、促销、会员专享折扣、奥特莱斯、Listing优惠价的设置情况;
2. 自动计算出各产品总优惠后价格, 方便卖家轻松掌控优惠力度。                    

拡張機能の基本情報

名前 亚马逊优惠检查助手 亚马逊优惠检查助手
ID faogmfafohccnhldhmidgjgicdglmkpa
公式URL https://chromewebstore.google.com/detail/%E4%BA%9A%E9%A9%AC%E9%80%8A%E4%BC%98%E6%83%A0%E6%A3%80%E6%9F%A5%E5%8A%A9%E6%89%8B/faogmfafohccnhldhmidgjgicdglmkpa
説明 检查亚马逊卖家后台优惠活动
ファイルサイズ 403 KB
インストール数 969
現在のバージョン 2.52
最終更新日 2024-02-18
公開日 2022-04-04
評価 4.00/5 合計 2 レビュー
開発者 https://goseller.me
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://goseller.me
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4e9a\u9a6c\u900a\u4f18\u60e0\u68c0\u67e5\u52a9\u624b",
    "version": "2.52",
    "description": "\u68c0\u67e5\u4e9a\u9a6c\u900a\u5356\u5bb6\u540e\u53f0\u4f18\u60e0\u6d3b\u52a8",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/goseller.me\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/cat.png"
    },
    "icons": {
        "128": "images\/cat.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/sellercoupons\/coupons*",
                "https:\/\/sellercentral.amazon.com\/home*",
                "https:\/\/sellercentral.amazon.com\/gp\/homepage*",
                "https:\/\/sellercentral.amazon.com\/promotions\/*",
                "https:\/\/sellercentral.amazon.com\/coupons\/*",
                "https:\/\/sellercentral.amazon.com\/merchandising-new\/*",
                "https:\/\/sellercentral.amazon.com\/prime-discounts*"
            ],
            "js": [
                "lib\/interact.min.js",
                "lib\/jquery-3.1.1.min.js",
                "lib\/semantic.min.js",
                "content.js"
            ],
            "css": [
                "lib\/semantic.min.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "stat.html",
                "qrcode.png",
                "images\/cat.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}