AliQuick - AliExpress Image Downloader
One Click: Download AliExpress images and description to your computer for Your Drop shipping business.
AliQuick - AliExpress Image Downloader란 무엇입니까?
AliQuick - AliExpress Image Downloader은(는) AliQuick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One Click: Download AliExpress images and description to your computer for Your Drop shipping business."입니다.
확장 프로그램 스크린샷
AliQuick - AliExpress Image Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"AliQuick - AliExpress Image Downloader" allows you to download AliExpress images and description to your computer. It's free, give it a try! How to Download Product Images: 1. Install the extension by clicking the “Add to chrome” button. 2. Open an AliExpress product page. 3.Select the product. 4.Then Click on the download buttons. It's as simple as that! Free tool for downloading images and description from AliExpress. You will see the buttons for download on AliExpress product pages. Thank you. Install & After using our tool feel free to feel free to leave a comment and request. give us a 5 star rating!
확장 프로그램 기본 정보
이름 | AliQuick - AliExpress Image Downloader |
ID | oapnkjdekpglbnnlpjplbpcjchibnejh |
공식 URL | https://chromewebstore.google.com/detail/aliquick-aliexpress-image/oapnkjdekpglbnnlpjplbpcjchibnejh |
설명 | One Click: Download AliExpress images and description to your computer for Your Drop shipping business. |
파일 크기 | 731 KB |
설치 횟수 | 76 |
현재 버전 | 6.1.0 |
최근 업데이트 | 2023-02-24 |
출시 날짜 | 2021-02-27 |
개발자 | AliQuick |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sites.google.com/view/privacy-policy-aliexpress/home |
도움말 페이지 URL | https://sites.google.com/view/privacy-policy-aliexpress/home |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/privacy-policy-aliexpress/home |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AliQuick - AliExpress Image Downloader", "description": "One Click: Download AliExpress images and description to your computer for Your Drop shipping business.", "version": "6.1.0", "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" ] } |