Manage Multi-Store Extension - CuahangPOD.com
Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me
Manage Multi-Store Extension - CuahangPOD.com란 무엇입니까?
Manage Multi-Store Extension - CuahangPOD.com은(는) https://cuahangpod.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me"입니다.
확장 프로그램 스크린샷
Manage Multi-Store Extension - CuahangPOD.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our extension makes it easy to manage orders from multiple stores in one place. With our extension, you'll enjoy the following benefits: - Seamless integration with your store to ensure its health and stability - Improved accuracy and reduced errors in order management - Convenient, one-click order pushing from multiple suppliers - Real-time tracking updates from suppliers to quickly identify and resolve any issues with orders Our extension supports the following systems: Printify, Dreamship, Shineon, Merchinze, and Gearment (with more to come). We also support the following platforms and marketplaces: Etsy, Woocommerce, and Amz (coming soon).
확장 프로그램 기본 정보
이름 | Manage Multi-Store Extension - CuahangPOD.com |
ID | fkjdlljcjiddgchacgoadpkjnncenbef |
공식 URL | https://chromewebstore.google.com/detail/manage-multi-store-extens/fkjdlljcjiddgchacgoadpkjnncenbef |
설명 | Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me |
파일 크기 | 151 KB |
설치 횟수 | 169 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-10-20 |
출시 날짜 | 2023-01-03 |
개발자 | https://cuahangpod.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://cuahangpod.com |
도움말 페이지 URL | https://cuahangpod.com |
개인정보 보호 정책 페이지 URL | https://etsy.ytuong.me/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manage Multi-Store Extension - CuahangPOD.com", "description": "Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me", "version": "1.0.6", "manifest_version": 3, "icons": { "32": "img\/logo-32.png", "64": "img\/logo-64.png", "128": "img\/logo-128.png", "256": "img\/logo-256.png", "512": "img\/logo-512.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-64.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-8c5deb8e.3335dab6.js" ], "matches": [ "*:\/\/*.etsy.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.etsy.com\/*" ], "resources": [ "img\/logo-32.png", "img\/logo-64.png", "img\/logo-128.png", "img\/logo-256.png", "img\/logo-512.png", "inject.js" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.etsy.com\/*" ], "resources": [ "assets\/chunk-ecdd37e0.js", "assets\/chunk-8c5deb8e.js" ], "use_dynamic_url": true } ], "permissions": [ "storage" ] } |