AliImage - AliExpress image & video download
Download product images and videos from AliExpress
AliImage - AliExpress image & video download란 무엇입니까?
AliImage - AliExpress image & video download은(는) a.kurtev.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download product images and videos from AliExpress"입니다.
확장 프로그램 스크린샷
AliImage - AliExpress image & video download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easiest way to download AliExpress product images and videos to use them for your dropshipping business. AliImage is a free extension that enables you to quickly get product main, variant, feedback and description images from AliExpress, including product videos! ____________________________________________________________________________ 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 or in popup menu on extension.
확장 프로그램 기본 정보
이름 | AliImage - AliExpress image & video download |
ID | cpohncmochodkablaoebadaefnjigldc |
공식 URL | https://chromewebstore.google.com/detail/aliimage-aliexpress-image/cpohncmochodkablaoebadaefnjigldc |
설명 | Download product images and videos from AliExpress |
파일 크기 | 483 KB |
설치 횟수 | 507 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-02-22 |
출시 날짜 | 2021-02-22 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | a.kurtev.developer |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliImage - AliExpress image & video download", "version": "0.0.1", "manifest_version": 2, "description": "Download product images and videos from AliExpress", "author": "Asim Kurtev ", "background": { "scripts": [ ".\/js\/jquery.min.js", ".\/js\/jszip-utils.min.js", ".\/components\/functionality.js", ".\/js\/jszip.min.js", "background.js" ], "persistent": true }, "icons": { "32": ".\/icons\/icon.png", "48": ".\/icons\/icon.png", "16": ".\/icons\/icon.png", "64": ".\/icons\/icon.png", "128": ".\/icons\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "AliImage", "default_icon": ".\/icons\/icon.png", "default_popup": "popup.html", "scripts": "popup.js" }, "content_scripts": [ { "js": [ ".\/js\/jquery.min.js", ".\/components\/plus.js", ".\/components\/functionality.js", ".\/components\/basic.js" ], "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ] } ], "web_accessible_resources": [ "\/*.png", "\/options.html", ".\/popup.html", ".\/components\/*" ], "permissions": [ "*:\/\/*.alicdn.com\/*", "*:\/\/cloud.video.taobao.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "webRequest", "webRequestBlocking", "downloads", "tabs", "storage", "contextMenus" ] } |