Joomla Aliexpress Importer
It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.
Joomla Aliexpress Importer란 무엇입니까?
Joomla Aliexpress Importer은(는) Webkul Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer."입니다.
확장 프로그램 스크린샷
Joomla Aliexpress Importer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is used to import the products from AliExpress directly to your Joomla VirtueMart store and start selling those products at your own store with the help of "Joomla VirtueMart AliExpress Dropshipping".
확장 프로그램 기본 정보
이름 | |
ID | modgbjgnpmibebjdbkcmkegloikcaoka |
공식 URL | https://chrome.google.com/webstore/detail/joomla-aliexpress-importe/modgbjgnpmibebjdbkcmkegloikcaoka |
설명 | It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer. |
파일 크기 | 100 KB |
설치 횟수 | 66 |
현재 버전 | 3.2 |
최근 업데이트 | 2019-10-09 |
출시 날짜 | 2019-10-09 |
개발자 | 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": "Joomla Aliexpress Importer", "description": "It is used to import product from aliexpress to Joomla store and it can be used with webkul Joomla Aliexpress Importer.", "version": "3.2", "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/js\/jquery.js", "resources\/js\/content.js" ], "css": [ "resources\/style\/joomla_import.css" ] } ], "permissions": [ "activeTab", "tabs" ], "icons": { "128": "resources\/image\/import-icon.png" }, "browser_action": { "default_title": "Run only when aliexpress site open", "default_icon": "resources\/image\/import-icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "resources\/image\/*.png", "resources\/js\/wk_joomlaimporter.js", "resources\/js\/jquery.js", "resources\/style\/joomla_import.css" ], "manifest_version": 2 } |