Dropified

Dropified app helps you automate your drop shipping business.

Dropified란 무엇입니까?

Dropified은(는) thewealthnetwork에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dropified app helps you automate your drop shipping business."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Dropified app helps you automate your drop shipping business.

Find items from 3rd party sites to sell on your Shopify store in a matter of seconds. The chrome extension works well with the paid web application and does the following:

- One Click Importing of Products to your Shopify store from AliExpress, AliBaba, eBay, Walmart, Amazon and many many more…
- One Click Order Fulfillment of AliExpress Orders
- Product Price Change and Availability Alerts
- Image Editors that work right on your Shopify store
- Automatic Updating of Tracking

and much much more...                    

확장 프로그램 기본 정보

이름 Dropified Dropified
ID andfkdmajakgfaegeepffdpejahkphje
공식 URL https://chromewebstore.google.com/detail/dropified/andfkdmajakgfaegeepffdpejahkphje
설명 Dropified app helps you automate your drop shipping business.
파일 크기 59.65 KB
설치 횟수 1,163
현재 버전 1.0.0
최근 업데이트 2017-03-17
출시 날짜 2017-03-17
평점 4.33/5 총 3 개의 평점
개발자 thewealthnetwork
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://thewealthnetwork.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dropified",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Dropified app helps you automate your drop shipping business.",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo128.png",
        "default_title": "browser action demo"
    },
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "http:\/\/*.aliexpress.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/contentscript.js"
            ]
        }
    ]
}