Dropified Dropshipping

Automate product importing and fulfillment for your Dropshipping store

Что такое Dropified Dropshipping?

Dropified Dropshipping - это расширение Chrome, разработанное https://www.dropified.com, и его основная функция - "Automate product importing and fulfillment for your Dropshipping store".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Dropified Dropshipping

Скачайте файлы расширений Dropified Dropshipping в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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": [
                ""
            ]
        },
        {
            "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"
    ]
}