AliSuper Plus - AliExpress Image Downloader
Easily download AliExpress images and description to your computer for Your Drop shipping business.
AliSuper Plus - AliExpress Image Downloader란 무엇입니까?
AliSuper Plus - AliExpress Image Downloader은(는) AliSuper Plus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download AliExpress images and description to your computer for Your Drop shipping business."입니다.
확장 프로그램 스크린샷
AliSuper Plus - AliExpress Image Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our FREE Chrome Extension allow you Download AliExpress product images and description from AliExpress by one click, you need to use for your dropshipping business. This 100% free tool will save your time. Download any product - images and description - from Aliexpress.com and Aliexpress.ru with one click. A productivity boost, especially for resellers or dropshippers. 100% FREE tool. 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 from the page That’s it!
확장 프로그램 기본 정보
이름 | AliSuper Plus - AliExpress Image Downloader |
ID | pcbkeahacgjckcikibohfhlofpbaegdo |
공식 URL | https://chromewebstore.google.com/detail/alisuper-plus-aliexpress/pcbkeahacgjckcikibohfhlofpbaegdo |
설명 | Easily download AliExpress images and description to your computer for Your Drop shipping business. |
파일 크기 | 731 KB |
설치 횟수 | 596 |
현재 버전 | 5.4.1 |
최근 업데이트 | 2023-04-16 |
출시 날짜 | 2020-12-07 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | AliSuper Plus |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.alisuperplus.com |
도움말 페이지 URL | https://www.alisuperplus.com/contact-us |
개인정보 보호 정책 페이지 URL | https://www.alisuperplus.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AliSuper Plus - AliExpress Image Downloader", "description": "Easily download AliExpress images and description to your computer for Your Drop shipping business.", "version": "5.4.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": ".\/public\/icon_16.png", "48": ".\/public\/icon_48.png", "128": ".\/public\/icon_128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/public\/icon_16.png", "48": ".\/public\/icon_48.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/item\/*", "*:\/\/*.aliexpress.com\/store\/product\/*", "*:\/\/*.aliexpress.ru\/item\/*", "*:\/\/*.aliexpress.ru\/store\/product\/*" ], "run_at": "document_idle", "js": [ ".\/productPage.min.js" ], "css": [ ".\/css\/inject\/fontawesome.min.css", ".\/css\/inject\/styles.css" ] }, { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "run_at": "document_idle", "css": [ ".\/css\/inject\/fontawesome.min.css", ".\/css\/inject\/styles.css" ] } ], "background": { "scripts": [ ".\/robot.min.js", ".\/background.min.js" ], "persistent": true }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.aliexpress.com\/", "*:\/\/*.aliexpress.ru\/", "*:\/\/*.alicdn.com\/", "*:\/\/cloud.video.taobao.com\/", "*:\/\/fedotech.com\/" ], "web_accessible_resources": [ "public\/**\/*.png", "public\/**\/*.jpg", "public\/*.woff2" ] } |