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" } |