Magento 1 AliExpress Importer
It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.
Magento 1 AliExpress Importer란 무엇입니까?
Magento 1 AliExpress Importer은(는) Webkul Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module."입니다.
확장 프로그램 스크린샷
Magento 1 AliExpress Importer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Magento Aliexpress Importer will import products of Aliexpress to your Magento store and can start selling those products within his own store very easily.
확장 프로그램 기본 정보
이름 | Magento 1 AliExpress Importer |
ID | fbcicgnpjccdcankcehaopgaojoohkjm |
공식 URL | https://chromewebstore.google.com/detail/magento-1-aliexpress-impo/fbcicgnpjccdcankcehaopgaojoohkjm |
설명 | It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module. |
파일 크기 | 153 KB |
설치 횟수 | 40 |
현재 버전 | 1.8.1 |
최근 업데이트 | 2021-12-18 |
출시 날짜 | 2019-07-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Webkul Software |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://webkul.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magento 1 AliExpress Importer", "version": "1.8.1", "manifest_version": 2, "description": "It is used to import product from AliExpress to magento store and it can be used with webkul magento1 dropship management module.", "background": { "scripts": [ "resources\/js\/background.js" ], "persistent": false }, "icons": { "128": "resources\/images\/Icon.png" }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "resources\/images\/icon-disabled.png" }, "web_accessible_resources": [ "*.png", "resources\/js\/wk_inserted.js", "resources\/js\/jquery.min.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/js\/jquery.min.js", "resources\/js\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |