Dropified Dropshipping

Automate product importing and fulfillment for your Dropshipping store

What is Dropified Dropshipping?

Dropified Dropshipping is a Chrome extension developed by https://www.dropified.com, and its main feature is "Automate product importing and fulfillment for your Dropshipping store".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dropified Dropshipping Extension CRX File

Download Dropified Dropshipping extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Dropified Dropshipping Dropified Dropshipping
ID aogkkekoinpipjlolpcicigndjlcpdcn
Official URL https://chromewebstore.google.com/detail/dropified-dropshipping/aogkkekoinpipjlolpcicigndjlcpdcn
Description Automate product importing and fulfillment for your Dropshipping store
File Size 1.41 MB
Installation Count 26,674
Current Version 5.0.11
Last Updated 2024-03-05
Publish Date 2020-07-04
Rating 4.79/5 Total 151 Ratings
Developer https://www.dropified.com
Email [email protected]
Payment Type free
Extension Website https://www.dropified.com/
Help Page URL https://www.dropified.com/support
Privacy Policy Page URL https://www.dropified.com/privacy-policy
Supported Languages 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": [
                ""
            ]
        },
        {
            "resources": [
                "styles\/spinner.css",
                "styles\/epacket.css",
                "styles\/hint.min.css",
                "styles\/loader.gif",
                "images\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "scripts\/inject_script.js",
                "scripts\/inject_sh_cart.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.dropified.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.us\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.facebook.com\/marketplace\/*",
        "*:\/\/*.alibaba.com\/*",
        "*:\/\/*.alipay.com\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.co.uk\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*.myshopify.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "scripts\/rules_1.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        "webRequest",
        "scripting",
        "alarms",
        "declarativeNetRequest",
        "cookies"
    ]
}