AliEx Image Downloader & Editor

#1 Product Image Downloader and Editor for AliExpress with Video Downloader!

AliEx Image Downloader & Editor란 무엇입니까?

AliEx Image Downloader & Editor은(는) https://saxsos.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "#1 Product Image Downloader and Editor for AliExpress with Video Downloader!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AliEx Image Downloader & Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        AliEx Image Downloader & Editor tool will help you to edit product images and download them from AliExpress with single click.

This is one of the best tool for your dropshipping business beacuse It will save a lot of your time so you can focus on your business more.
One Click: Download AliExpress Product Images & Description for Your Drop shipping business.

▬▬▬▬ GETTING STARTED ▬▬▬▬▬
1. Install the extension by clicking the “Add to chrome” button.
2. Open an AliExpress product page.
3. Click on Download button from below product images.
4. Done

▬▬▬▬▬ FEATURES ▬▬▬▬▬
- Free to Install
- It will help you to download product images from AliExpress.
- You can edit images easily with image editor.
- It will also help you to download product description with images.

▬▬▬▬▬ FAQ ▬▬▬▬▬
How to Download Product Images from AliExpress with this Extension?
Just install the extension and on every Product page, it will automatically show download options for your images and description. Click on it to download images. 

Can I Download Product Video from AliExpress?
Yes. You can donwload product videos from AliExpress product pages with this tool.

Does AliEx Image Downloader & Editor Coupon Extension help to edit AliExpress Images?
Yes. You can edit AliExpress Product Images with this tool.

Why Do You Need This AliEx Image Downloader & Editor Tool for Chrome?
It will save a lot of your time. So you can give more time on other sides of your dropshipping business like marketing, content creation etc.

So, Feel free to use our AliEx Image Downloader & Editor.
After using AliEx Image Downloader & Editor extension,Please give us a 5 star rating!
Thank You.

This Privacy Policy can be also found here:
https://www.saxsos.xyz/p/policy-privacy-policy.html

For any query related to AliEx Image Downloader & Editor you can reach to us via our Official contact page here: https://www.saxsos.xyz/p/contact-us.html                    

확장 프로그램 기본 정보

이름 AliEx Image Downloader & Editor AliEx Image Downloader & Editor
ID pkmdjabelopohmbkdehdanmkpoobecca
공식 URL https://chromewebstore.google.com/detail/aliex-image-downloader-ed/pkmdjabelopohmbkdehdanmkpoobecca
설명 #1 Product Image Downloader and Editor for AliExpress with Video Downloader!
파일 크기 2.09 MB
설치 횟수 787
현재 버전 0.1.0.2
최근 업데이트 2023-04-13
출시 날짜 2021-07-20
평점 4.94/5 총 33 개의 평점
개발자 https://saxsos.xyz
이메일 [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 Image Downloader & Editor",
    "version": "0.1.0.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self",
    "description": "#1 Product Image Downloader and Editor for AliExpress with Video Downloader!",
    "author": "Saxsos",
    "background": {
        "scripts": [
            ".\/js\/Lib\/jquery-3.2.1.min.js",
            ".\/js\/config.js",
            ".\/js\/common.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "64": ".\/images\/icon64.png",
        "128": ".\/images\/icon128.png"
    },
    "browser_action": {
        "default_title": "AliEx Images Downloader",
        "default_icon": ".\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "js": [
                ".\/js\/Lib\/jquery-3.2.1.min.js",
                ".\/js\/Lib\/filerobot-image-editor.min.js",
                ".\/js\/Lib\/slick.min.js",
                ".\/js\/Lib\/jszip.js",
                ".\/js\/Lib\/jszip-utils.js",
                ".\/js\/Lib\/FileSaver.js",
                ".\/js\/Lib\/html-docx.js",
                ".\/js\/config.js",
                ".\/js\/common.js",
                ".\/js\/Product\/aliexpress.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/css\/slick.css",
                ".\/css\/slick-theme.css",
                ".\/css\/content.css"
            ],
            "matches": [
                "https:\/\/aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/aliexpress.ru\/*",
                "https:\/\/*.aliexpress.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/aliexpress.ru\/*",
        "https:\/\/*.aliexpress.ru\/*",
        "unlimitedStorage",
        "storage"
    ]
}