亚马逊优惠检查助手
检查亚马逊卖家后台优惠活动
Was ist 亚马逊优惠检查助手?
亚马逊优惠检查助手 ist eine Chrome-Erweiterung, die von https://goseller.me entwickelt wurde, und ihr Hauptmerkmal ist "检查亚马逊卖家后台优惠活动".
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
帮助亚马逊卖家检查促销优惠叠加情况。 面向运营人员: 在店铺创建优惠促销的界面, 自动检查同ASIN所有类型的优惠活动, 避免意外的优惠叠加滥用造成损失。 面向老板和管理人员: 在店铺首页和插件的“更多功能”页面,查询指定ASIN下所有的优惠活动,支持父ASIN查询; 支持一键查询当前时间段的所有优惠活动,查询结果按优惠力度排序,帮助管理人员第一时间发现异常的优惠。 ***主要功能介绍 *** 1. 检查优惠券、秒杀、促销、会员专享折扣、奥特莱斯、Listing优惠价的设置情况; 2. 自动计算出各产品总优惠后价格, 方便卖家轻松掌控优惠力度。
Grundlegende Informationen zur Erweiterung
Name | 亚马逊优惠检查助手 |
ID | faogmfafohccnhldhmidgjgicdglmkpa |
Offizielle 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 |
Beschreibung | 检查亚马逊卖家后台优惠活动 |
Dateigröße | 403 KB |
Installationsanzahl | 969 |
Aktuelle Version | 2.52 |
Letztes Update | 2024-02-18 |
Veröffentlichungsdatum | 2022-04-04 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://goseller.me |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://goseller.me |
Unterstützte Sprachen | 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": [ " |