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 là gì?
Automate 'Request a review' - SellerLion là một tiện ích mở rộng Chrome được phát triển bởi sellerlionapp, và tính năng chính của nó là "SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Automate 'Request a review' - SellerLion
Tải xuống các tệp mở rộng Automate 'Request a review' - SellerLion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Automate 'Request a review' - SellerLion |
ID | fddfgodohmiojhpbkobafmkemkocjmdp |
URL Chính Thức | https://chromewebstore.google.com/detail/automate-request-a-review/fddfgodohmiojhpbkobafmkemkocjmdp |
Mô tả | SellerLion Automates Amazon's 'Request a review' button and track & manage all of your product reviews in just one place |
Kích Thước Tệp | 244 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 1.8.1 |
Cập Nhật Lần Cuối | 2021-04-22 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | sellerlionapp |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://extension.sellerlion.com/ |
URL Trang Trợ Giúp | https://extension.sellerlion.com/#support |
URL Trang Chính Sách Bảo Mật | https://www.sellerlion.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |