Dropified

Dropified app helps you automate your drop shipping business.

Dropified क्या है?

Dropified thewealthnetwork द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dropified app helps you automate your drop shipping business."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dropified एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}