Shopify to Aliexpress Fast Orders
With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
Shopify to Aliexpress Fast Orders란 무엇입니까?
Shopify to Aliexpress Fast Orders은(는) salahodinalayoubi2017에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress."입니다.
확장 프로그램 스크린샷
Shopify to Aliexpress Fast Orders 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shopify to Aliexpress Fast Orders : With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress This shopify dropshipping extension will help you to make the orders from aliexpress in less than 1 minute Shopify to Aliexpress Fast Orders
확장 프로그램 기본 정보
이름 | Shopify to Aliexpress Fast Orders |
ID | kfegaajjmiaiajkgoifbmhieibnkolhf |
공식 URL | https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf |
설명 | With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress. |
파일 크기 | 858 KB |
설치 횟수 | 54 |
현재 버전 | 0.1 |
최근 업데이트 | 2020-01-14 |
출시 날짜 | 2020-01-14 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | salahodinalayoubi2017 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dropshipping-ebay.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify to Aliexpress Fast Orders", "short_name": "Shopify to Aliexpress Fast Orders", "version": "0.1", "manifest_version": 2, "description": "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "icons\/icon.png", "default_title": "Shopify to Aliexpress" }, "options_page": "src\/browser_action\/browser_action.html", "content_scripts": [ { "matches": [ "*:\/\/*.myshopify.com\/*", "*:\/\/*.aliexpress.com\/*" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "*:\/\/*.myshopify.com\/*", "*:\/\/*.aliexpress.com\/*" ], "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "src\/bg\/background.js" ] }, "web_accessible_resources": [ "icons\/icon.png" ] } |