Automate 'Request a review' - SellerLion
SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place
Что такое Automate 'Request a review' - SellerLion?
Automate 'Request a review' - SellerLion - это расширение Chrome, разработанное sellerlionapp, и его основная функция - "SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place".
Снимки экрана расширения
Скачать файл CRX расширения Automate 'Request a review' - SellerLion
Скачайте файлы расширений Automate 'Request a review' - SellerLion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automate Amazon's 'Request a review' button, Request Amazon product reviews automatically and track & manage all of your product reviews in just one place. SellerLion extension helps Amazon sellers to increase Store ratting and Product reviews automatically
Основная информация о расширении
Название | Automate 'Request a review' - SellerLion |
ID | fddfgodohmiojhpbkobafmkemkocjmdp |
Официальный URL | https://chromewebstore.google.com/detail/automate-request-a-review/fddfgodohmiojhpbkobafmkemkocjmdp |
Описание | SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place |
Размер файла | 244 KB |
Количество установок | 78 |
Текущая Версия | 1.8.1 |
Последнее Обновление | 2021-04-22 |
Дата публикации | 2020-06-30 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | sellerlionapp |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://extension.sellerlion.com/ |
URL страницы помощи | https://extension.sellerlion.com/#support |
URL страницы политики конфиденциальности | https://www.sellerlion.com/privacy-policy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Automate 'Request a review' - SellerLion", "description": "SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place", "short_name": "SellerLion", "version": "1.8.1", "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", "alarms", "tabs", "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\/*", "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" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |