Dropified Dropshipping
Automate product importing and fulfillment for your Dropshipping store
Dropified Dropshipping란 무엇입니까?
Dropified Dropshipping은(는) https://www.dropified.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate product importing and fulfillment for your Dropshipping store"입니다.
확장 프로그램 스크린샷
Dropified Dropshipping 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dropified helps automate your drop shipping business. Dropified is a paid application for drop shipping business owners. The Chrome Extension works together with the web application and does a lot: - 1-Click Importing of Products to your Shopify store from various websites. - 1-Click Order Fulfillment of Orders - Product Price Change and Availability Alerts - Add Sub Users to help manage your business - Lightning Fast product research with Product Boards and "Save For Later" - 2 Built In Image Editors - Bulk Edit Mode - Automatic Updating of Supplier Order ID and Tracking Numbers - & Lots More Dropified was initially created in 2015 to automate dropshipping from AliExpress to Shopify and has helped thousands of E-commerce entrepreneurs automate their dropshipping business. Since then, Dropified has grown to support other platforms such as WooCommerce and GrooveKart. * View Dropified's Terms of Service here: https://app.dropified.com/terms-of-service/ * View Dropified's Privacy Policy here: https://www.dropified.com/privacy-policy/
확장 프로그램 기본 정보
이름 | Dropified Dropshipping |
ID | aogkkekoinpipjlolpcicigndjlcpdcn |
공식 URL | https://chromewebstore.google.com/detail/dropified-dropshipping/aogkkekoinpipjlolpcicigndjlcpdcn |
설명 | Automate product importing and fulfillment for your Dropshipping store |
파일 크기 | 1.41 MB |
설치 횟수 | 26,674 |
현재 버전 | 5.0.11 |
최근 업데이트 | 2024-03-05 |
출시 날짜 | 2020-07-04 |
평점 | 4.79/5 총 151 개의 평점 |
개발자 | https://www.dropified.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dropified.com/ |
도움말 페이지 URL | https://www.dropified.com/support |
개인정보 보호 정책 페이지 URL | https://www.dropified.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "5.0.11", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "homepage_url": "https:\/\/app.dropified.com", "background": { "service_worker": "bg-sw.js" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*.dropified.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/*.alipay.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.co.uk\/*" ], "js": [ "scripts\/contentscript.js" ], "css": [ "styles\/contentscript.css" ], "run_at": "document_end", "all_frames": false } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.dropified.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "styles\/ebay_quick_save_button.css", "audit.html" ], "matches": [ " |