AliExpress Reviews Exporter | CSV & Images

Download AliExpress product reviews to your computer. Export comments, ratings and images.

AliExpress Reviews Exporter | CSV & Imagesคืออะไร?

AliExpress Reviews Exporter | CSV & Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mxnpro.ovh และคุณลักษณะหลักของมันคือ "Download AliExpress product reviews to your computer. Export comments, ratings and images."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress Reviews Exporter | CSV & Images

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

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

                        Export AliExpress product reviews to CSV format.

▬▬▬▬ GETTING STARTED ▬▬▬▬▬

1. Install the extension by clicking the “Add to chrome” button.
2. Open an AliExpress product page.
3. Open the extension and start downloading !

▬▬▬▬▬ FEATURES ▬▬▬▬▬

FREE version:
- Download product reviews to CSV

PRO version:
- Unlimited review downloads
- Download review images
- Filter by stars rating
- Translate comments
- Other filters                    

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

ชื่อ AliExpress Reviews Exporter | CSV & Images AliExpress Reviews Exporter | CSV & Images
ID glnajkhggmbljlcafknlkcihcheoankc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aliexpress-reviews-export/glnajkhggmbljlcafknlkcihcheoankc
คำอธิบาย Download AliExpress product reviews to your computer. Export comments, ratings and images.
ขนาดไฟล์ 330 KB
จำนวนการติดตั้ง 3,169
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2023-02-03
วันที่เผยแพร่ 2020-04-06
คะแนน 2.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://mxnpro.ovh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mxnpro.ovh/
URL หน้านโยบายความเป็นส่วนตัว https://mxnpro.ovh/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AliExpress Reviews Exporter | CSV & Images",
    "short_name": "AliExpress Reviews Exporter",
    "version": "1.1.4",
    "description": "Download AliExpress product reviews to your computer. Export comments, ratings and images.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.alicdn.com\/*",
        "https:\/\/*.aliexpress.com\/item\/*",
        "https:\/\/*.aliexpress.com\/store\/product\/*",
        "https:\/\/*.aliexpress.com\/i\/*",
        "https:\/\/*.aliexpress.us\/item\/*",
        "https:\/\/*.aliexpress.us\/store\/product\/*",
        "https:\/\/*.aliexpress.us\/i\/*",
        "https:\/\/*.aliexpress.ru\/item\/*",
        "https:\/\/*.aliexpress.ru\/store\/product\/*",
        "https:\/\/*.aliexpress.ru\/i\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/aliexpress-reviews-exporter.mxnpro.ovh\/*"
            ],
            "js": [
                "checkout.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}