亚马逊优惠检查助手

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

亚马逊优惠检查助手란 무엇입니까?

亚马逊优惠检查助手은(는) https://goseller.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "检查亚马逊卖家后台优惠活动"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

亚马逊优惠检查助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

面向运营人员:

在店铺创建优惠促销的界面, 自动检查同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
이메일 [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
}