Dropshiply

Ease your dropshipping business, simply your product importing and automate your order fulfillment.

Dropshiply란 무엇입니까?

Dropshiply은(는) https://mydropshiply.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ease your dropshipping business, simply your product importing and automate your order fulfillment."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dropshiply 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Start importing your products directly from AliExpress to your store using Dropshiply's chrome extension.

Simplify and automate your product importing process from AliExpress right in your store's dashboard.

Dropshiply's chrome extension works efficiently and does a variety of tasks to ease our user's dropshipping business.

* 1 Click Importing of products to your store.
* 1 Click Automatic Order Fulfillment.
* Filter millions of AliExpress products easily.
* Import products to multiple stores.
* Bulk product importer
* and tons of more features.

A lot more features are on the way. Stay tuned!                    

확장 프로그램 기본 정보

이름 Dropshiply Dropshiply
ID dfphgnklhjoejppnfiocgbojoigippml
공식 URL https://chromewebstore.google.com/detail/dropshiply/dfphgnklhjoejppnfiocgbojoigippml
설명 Ease your dropshipping business, simply your product importing and automate your order fulfillment.
파일 크기 303 KB
설치 횟수 217
현재 버전 0.0.3
최근 업데이트 2022-07-23
출시 날짜 2022-06-07
평점 5.00/5 총 1 개의 평점
개발자 https://mydropshiply.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dropshiply.co/
도움말 페이지 URL https://support.dropshiply.co/
개인정보 보호 정책 페이지 URL https://dropshiply.co/privacy-policy-2
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dropshiply",
    "description": "Ease your dropshipping business, simply your product importing and automate your order fulfillment.",
    "version": "0.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "window.html",
        "default_icon": {
            "16": "icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mydropshiply.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/mydropshiply.com\/*",
                "https:\/\/www.aliexpress.com\/*",
                "https:\/\/shoppingcart.aliexpress.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' https:\/\/mydropshiply.com\/*; object-src 'self'"
    }
}