Easy AliExpress Review Downloader

Download product reviews from AliExpress

Easy AliExpress Review Downloaderคืออะไร?

Easy AliExpress Review Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TLG และคุณลักษณะหลักของมันคือ "Download product reviews from AliExpress"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy AliExpress Review Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Easy AliExpress Review Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Download AliExpress Product Reviews For Your Store

Smart buyers want to know how other buyers have rated products they purchase. Instead of starting from scratch, you can import reviews directly from the vendor.
                                                     
After all, who has time to import all these individual product reviews by hand?

Not us, and certainly not busy eCommerce business owners.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
That’s why this app we’ve made available for free is so helpful and makes your life so much easier.
                                                                                                                                                                                              
Our Review Downloader helps you with 2 big items:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
1. You can download reviews of products and it will save the reviews as a CSV file you can use to import to your eCommerce stores.

2. Filter reviews by country, rating and pictures.

Yes, this can help you build visitor trust and help you sell more products as a result…

Our Easy AliExpress Review Downloader is really that easy to set up, and it can save you hours and hours of time.

And best of all - it’s completely free to install and use. 

About this chrome extension:

This is a project from the team at Dropified. If you haven’t heard of Dropified, it is a platform packed with tools and features to run and automate an eCommerce business. Many of its features are focused on automating AliExpress so it is a perfect fit for anyone looking to save time and put their eCommerce business on autopilot.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy AliExpress Review Downloader Easy AliExpress Review Downloader
ID eldodjejjdniikjmjkboebfdocbhofdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-aliexpress-review-do/eldodjejjdniikjmjkboebfdocbhofdo
คำอธิบาย Download product reviews from AliExpress
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 1,425
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2023-04-10
วันที่เผยแพร่ 2020-01-07
คะแนน 3.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา TLG
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.dropified.com/terms-of-service
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.9",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "short_name": "__MSG_appName__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/libs\/jquery.min.js",
            "scripts\/common.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "scripts\/libs\/jquery.min.js",
                "scripts\/libs\/jquery.waypoints.min.js",
                "scripts\/common.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "styles\/*",
        "images\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/www.mixfunnels.com\/extauth\/auth",
        "webRequest",
        "webRequestBlocking"
    ]
}