AliNex - Aliexpress Images Downloader

Download Aliexpress Product Images & Description for Your Drop shipping business by one click.

AliNex - Aliexpress Images Downloader란 무엇입니까?

AliNex - Aliexpress Images Downloader은(는) Hellinex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Aliexpress Product Images & Description for Your Drop shipping business by one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AliNex - Aliexpress Images Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AliNex - Aliexpress Images Downloader is a 100% free extension that enables you to quickly get all Images & Description from AliExpress With One Click for Your Drop shipping business.

Our Best AliNex - Aliexpress Images Downloader Chrome Extension is a completely FREE and its download all of the AliExpress product images and description quickly.

Look, we know that eCommerce business owners “wear a lot of hats”, when it comes to daily administrative work to keep their shop running. It’s important to find tools that help to make tedious and time-consuming tasks easier, so you can focus on growing your business.

That’s why we created this simple but powerful "AliNex - Aliexpress Images Downloader" extension.

It's easy to set up.

1. Install the Extension: Click "Add to chrome" button.
2. Open an AliExpress product page.
3. Press the download button to download all the images and videos from the page

That’s it!

Thank you.
After using this "AliNex - Aliexpress Images Downloader" tool, feel free to give us a 5 star rating!                    

확장 프로그램 기본 정보

이름 AliNex - Aliexpress Images Downloader AliNex - Aliexpress Images Downloader
ID biiplgjhhahighpihfnblhdbbkkhkced
공식 URL https://chromewebstore.google.com/detail/alinex-aliexpress-images/biiplgjhhahighpihfnblhdbbkkhkced
설명 Download Aliexpress Product Images & Description for Your Drop shipping business by one click.
파일 크기 60.76 KB
설치 횟수 93
현재 버전 5.7.6
최근 업데이트 2022-02-23
출시 날짜 2021-01-20
평점 4.43/5 총 7 개의 평점
개발자 Hellinex
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hellinex.com
도움말 페이지 URL https://hellinex.com/contact-us
개인정보 보호 정책 페이지 URL https://www.alisuperplus.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "js\/domTask.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*"
            ]
        }
    ],
    "description": "Download Aliexpress Product Images & Description for Your Drop shipping business by one click.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "AliNex - Aliexpress Images Downloader",
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "downloads",
        "management"
    ],
    "short_name": "Aliexpress Product Images video & Description Downloader by one click",
    "version": "5.7.6",
    "web_accessible_resources": [
        "message.html"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "AliNex",
        "default_popup": "popup.html"
    }
}