Dropshiply

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

O que é Dropshiply?

Dropshiply é uma extensão do Chrome desenvolvida por https://mydropshiply.com, e sua principal característica é "Ease your dropshipping business, simply your product importing and automate your order fulfillment.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dropshiply

Baixe arquivos de extensão Dropshiply no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Dropshiply Dropshiply
ID dfphgnklhjoejppnfiocgbojoigippml
URL Oficial https://chromewebstore.google.com/detail/dropshiply/dfphgnklhjoejppnfiocgbojoigippml
Descrição Ease your dropshipping business, simply your product importing and automate your order fulfillment.
Tamanho do Arquivo 303 KB
Contagem de Instalações 217
Versão Atual 0.0.3
Última Atualização 2022-07-23
Data de Publicação 2022-06-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://mydropshiply.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dropshiply.co/
URL da Página de Ajuda https://support.dropshiply.co/
URL da Página de Política de Privacidade https://dropshiply.co/privacy-policy-2
Idiomas Suportados 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'"
    }
}