SellerLion - Review & Feedback Tracker
SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place
什么是SellerLion - Review & Feedback Tracker?
SellerLion - Review & Feedback Tracker是由sellerlionapp开发的Chrome扩展程序,该扩展的主要功能是“SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place”。
扩展截图
下载SellerLion - Review & Feedback Tracker扩展crx文件
下载SellerLion - Review & Feedback Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Track All Product Reviews for FREE, Track & manage all of your product reviews in just one place. SellerLion extension helps Amazon sellers to increase Store ratting and Product reviews automatically
扩展基本信息
名称 | |
ID | ajobmpflmpjpjiecaccdkghhmfmfdjhl |
官方URL | https://chromewebstore.google.com/detail/sellerlion-review-feedbac/ajobmpflmpjpjiecaccdkghhmfmfdjhl |
简介 | SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place |
文件大小 | 227 KB |
安装次数 | 266 |
当前版本 | 0.0.7 |
更新时间 | 2022-10-20 |
上架时间 | 2021-03-08 |
开发者 | sellerlionapp |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://app.sellerlion.com/ |
帮助页面URL | https://app.sellerlion.com#support |
隐私政策页面URL | https://www.sellerlion.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "SellerLion - Review & Feedback Tracker", "description": "SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place", "short_name": "SellerLion", "version": "0.0.7", "background": { "page": "background.html", "persistent": true }, "icons": { "128": "images\/SL_128.png", "32": "images\/SL_32.png", "48": "images\/SL_48.png" }, "browser_action": { "default_icon": "images\/SL_128.png" }, "web_accessible_resources": [ "images\/*", "js\/*", "css\/*" ], "permissions": [ "notifications", "http:\/\/localhost:63791\/*", "alarms", "cookies", "https:\/\/*.sellerlion.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.com.au\/*", "webRequest", "webRequestBlocking" ], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*.amazon.com\/*", "http:\/\/localhost:63791\/*", "https:\/\/*.sellerlion.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.com.au\/*" ], "js": [ "js\/contentscript.js", "js\/jquery.min.js", "js\/common.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.sellerlion.com\/*" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |