Dropshipman-Aliexpress&Temu Product Importer
Import and sync products from AliExpress / Temu to your Shopify store
Dropshipman-Aliexpress&Temu Product Importer란 무엇입니까?
Dropshipman-Aliexpress&Temu Product Importer은(는) https://dropshipman.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import and sync products from AliExpress / Temu to your Shopify store"입니다.
확장 프로그램 스크린샷
Dropshipman-Aliexpress&Temu Product Importer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1. Login the app DropShipMan in your shopify store 2. Go to Aliexpress.com/temu.com 3. Start using the extension when you browse categories, store, wishlist or search for products on AliExpress/Temu. 4. Bulk add products in categories or search page required that the page scroll to the bottom for AliExpress have loads the products.
확장 프로그램 기본 정보
이름 | Dropshipman-Aliexpress&Temu Product Importer |
ID | bobhjedlciclpchpelkgiojkmmfgnihg |
공식 URL | https://chromewebstore.google.com/detail/dropshipman-aliexpresstem/bobhjedlciclpchpelkgiojkmmfgnihg |
설명 | Import and sync products from AliExpress / Temu to your Shopify store |
파일 크기 | 225 KB |
설치 횟수 | 4,000 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2020-08-20 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | https://dropshipman.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dropshipman.com/ |
도움말 페이지 URL | https://www.dropshipman.com/blogs/import-products/how-to-add-aliexpress-products-to-dropshipman-by-chrome-extension |
개인정보 보호 정책 페이지 URL | https://www.dropshipman.com/blog/DropShipMan-Privacy-Policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropshipman-Aliexpress&Temu Product Importer", "version": "2.1.0", "manifest_version": 3, "description": "Import and sync products from AliExpress \/ Temu to your Shopify store", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "action": { "default_title": "Dropshipman-Aliexpress&Temu Product Importer", "default_popup": "popup.html" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.temu.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*", "https:\/\/*.1688.com\/*", "*:\/\/*.dropshipman.com\/*" ], "js": [ ".\/content_scripts.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/api.dropshipman.com\/*", "https:\/\/test-api.dropshipman.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/logo128.png" ], "matches": [ " |