AliDown - Aliexpress Images Downloader

One Click: Download Aliexpress Product Images & Description for Your Drop shipping business.

AliDown - Aliexpress Images Downloaderคืออะไร?

AliDown - Aliexpress Images Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Saxsos Inc และคุณลักษณะหลักของมันคือ "One Click: Download Aliexpress Product Images & Description for Your Drop shipping business."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliDown - Aliexpress Images Downloader

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

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

                        Simplify Your Dropshipping with Our AliExpress Images Downloader Chrome Extension

Discover convenience in managing your dropshipping images and descriptions with our user-friendly AliExpress Images Downloader Chrome Extension. Effortlessly download the visuals you need without the hassle of manual processes.

One-Click Download:

Our free Chrome Extension offers a straightforward solution. Installation is quick—just click "Add to Chrome." Open an AliExpress product page, click the download buttons next to the images, and voila!

Why Choose Our Extension?

Cost-Free:
No hidden fees—just easy, one-click downloads.
All-Inclusive Image Download:

Download all associated product images at once, saving you time and effort.
HTML Product Descriptions:

Alongside images, our extension allows you to download HTML product descriptions for comprehensive data.
Affiliate Transparency:

Our extension may contain affiliate links to AliExpress products. Your use implies consent to this affiliate relationship, supporting our extension's maintenance.

Your Feedback Matters:

Share your experience by providing feedback. Your satisfaction drives us to continually improve our tools.

Simplify Dropshipping:

Enhance your dropshipping process with our AliExpress Images Downloader. Download now for a smoother, more efficient experience. Thank you for choosing us!                    

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

ชื่อ AliDown - Aliexpress Images Downloader AliDown - Aliexpress Images Downloader
ID hacipeapgflkjkgagibkacedobcaenck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alidown-aliexpress-images/hacipeapgflkjkgagibkacedobcaenck
คำอธิบาย One Click: Download Aliexpress Product Images & Description for Your Drop shipping business.
ขนาดไฟล์ 182 KB
จำนวนการติดตั้ง 9,278
เวอร์ชันปัจจุบัน 5.0.8
อัปเดตครั้งล่าสุด 2023-11-27
วันที่เผยแพร่ 2020-01-29
คะแนน 4.55/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา Saxsos Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.saxsos.xyz/
URL หน้าช่วยเหลือ https://www.saxsos.xyz/p/contact-us.html
URL หน้านโยบายความเป็นส่วนตัว https://leadstal.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliDown - Aliexpress Images Downloader",
    "version": "5.0.8",
    "description": "One Click: Download Aliexpress Product Images & Description for Your Drop shipping business.",
    "short_name": "One Click: Aliexpress Product Images & Description Downloader",
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.us\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/jszip\/dist\/jszip.js",
                "lib\/jszip\/dist\/jszip.min.js",
                "lib\/filesaver\/dist\/FileSaver.js",
                "lib\/filesaver\/dist\/FileSaver.min.js",
                "domTask.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.us\/item\/*",
                "*:\/\/*.aliexpress.ru\/item\/*"
            ]
        }
    ],
    "action": {
        "default_title": "AliDown",
        "default_popup": "popup.html",
        "default_icons": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "message.html"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}