SellerLion - Review & Feedback Tracker
SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place
What is SellerLion - Review & Feedback Tracker?
SellerLion - Review & Feedback Tracker is a Chrome extension developed by sellerlionapp, and its main feature is "SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place".
Extension Screenshots
Download SellerLion - Review & Feedback Tracker Extension CRX File
Download SellerLion - Review & Feedback Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ajobmpflmpjpjiecaccdkghhmfmfdjhl |
Official URL | https://chromewebstore.google.com/detail/sellerlion-review-feedbac/ajobmpflmpjpjiecaccdkghhmfmfdjhl |
Description | SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place |
File Size | 227 KB |
Installation Count | 266 |
Current Version | 0.0.7 |
Last Updated | 2022-10-20 |
Publish Date | 2021-03-08 |
Developer | sellerlionapp |
[email protected] | |
Payment Type | free |
Extension Website | https://app.sellerlion.com/ |
Help Page URL | https://app.sellerlion.com#support |
Privacy Policy Page URL | https://www.sellerlion.com/privacy-policy |
Supported Languages | 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" } |