SellerLion - Review & Feedback Tracker
SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place
Co je SellerLion - Review & Feedback Tracker?
SellerLion - Review & Feedback Tracker je rozšíření Chrome vyvinuté sellerlionapp, a jeho hlavní funkcí je „SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SellerLion - Review & Feedback Tracker
Stáhněte si soubory rozšíření SellerLion - Review & Feedback Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ajobmpflmpjpjiecaccdkghhmfmfdjhl |
Oficiální URL | https://chromewebstore.google.com/detail/sellerlion-review-feedbac/ajobmpflmpjpjiecaccdkghhmfmfdjhl |
Popis | SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place |
Velikost souboru | 227 KB |
Počet instalací | 266 |
Aktuální Verze | 0.0.7 |
Poslední Aktualizace | 2022-10-20 |
Datum Vydání | 2021-03-08 |
Vývojář | sellerlionapp |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://app.sellerlion.com/ |
URL Stránky Nápovědy | https://app.sellerlion.com#support |
URL Stránky Zásad Ochrany Soukromí | https://www.sellerlion.com/privacy-policy |
Podporované Jazyky | 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" } |