Aliex Product Image Downloader

Download Aliexpress Product Images and Description with One Click for Your Drop Shipping Business.

Aliex Product Image Downloaderคืออะไร?

Aliex Product Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rovalty และคุณลักษณะหลักของมันคือ "Download Aliexpress Product Images and Description with One Click for Your Drop Shipping Business."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aliex Product Image Downloader

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

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

                        Easiest way to download aliexpress product images and html description to use them for your dropshipping business.
Downloads images and html description from Aliexpress with this free dropshipping chrome extension called Aliex Product Image Downloader.

Downloads AliExpress Product Images and Description With One Click.

Our Aliex Product Image Downloader is a completely FREE Chrome Extension that allows you to quickly download all of the AliExpress product images and description you need to use for your dropshipping business.

How to Download Aliexpress Product Images:
1. Install the extension by clicking the “Add to chrome” button.
2. Open an AliExpress product page.
3. Click on the download buttons next to the product images.
4. That’s it!

Why You Should Install This Extension:
1. Unlike other extensions in the Chrome Store that charge you for different image download options. We are complete free and You can download with one click.
2. You can download all images.
3. HTML product description

Thank you.
We hope you like the features and the design. After using our tool feel free to give us a 5 star rating! 

If you have any problems or questions, please contact this email address. We are always open for improvements: [email protected]
Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html                    

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

ชื่อ Aliex Product Image Downloader Aliex Product Image Downloader
ID fhkgfmkmehojjekhffhifemmjmblmbnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aliex-product-image-downl/fhkgfmkmehojjekhffhifemmjmblmbnb
คำอธิบาย Download Aliexpress Product Images and Description with One Click for Your Drop Shipping Business.
ขนาดไฟล์ 676 KB
จำนวนการติดตั้ง 12,052
เวอร์ชันปัจจุบัน 3.6.1
อัปเดตครั้งล่าสุด 2023-04-10
วันที่เผยแพร่ 2020-05-16
คะแนน 4.10/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา Rovalty
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.saxsos.xyz/
URL หน้าช่วยเหลือ https://www.saxsos.xyz/p/contact-us.html
URL หน้านโยบายความเป็นส่วนตัว https://www.saxsos.xyz/p/policy-privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliex Product Image Downloader",
    "version": "3.6.1",
    "description": "Download Aliexpress Product Images and Description with One Click for Your Drop Shipping Business.",
    "short_name": "One Click: Aliexpress Product Images & Description Downloader",
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.aliexpress.us\/*"
    ],
    "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.ru\/item\/*",
                "*:\/\/*.aliexpress.us\/item\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Aliex Product Image Downloader",
        "default_popup": "popup.html",
        "default_icons": {
            "16": "images\/icon16.png",
            "32": "images\/icon48.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon48.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "message.html"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}