Dropship Bot

Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress.

O que é Dropship Bot?

Dropship Bot é uma extensão do Chrome desenvolvida por Profit Scraper, e sua principal característica é "Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dropship Bot

Baixe arquivos de extensão Dropship Bot 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

                        This is a useful companion for your Amazon to eBay dropshipping business. It includes two main features to help you save time so you can spare more of it on growing your business. The 'Amazon Address Cleaner' is a feature to automatically remove old addresses from your Amazon address book. You can also specify addresses which you would prefer to keep in your account. The 'Item Grabber' feature will grab all the items on a marketplaces product listing page, which you can then copy and instantly upload in your Profit Scraper account. This feature works in all Amazon EU countries, USA and UK and can further be used for Walmart and Costco UK.                    

Informações Básicas da Extensão

Nome Dropship Bot Dropship Bot
ID ckfaklphnepgfogmiigfmihbeohmipap
URL Oficial https://chrome.google.com/webstore/detail/dropship-bot/ckfaklphnepgfogmiigfmihbeohmipap
Descrição Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress.
Tamanho do Arquivo 752 KB
Contagem de Instalações 801
Versão Atual 1.4.8
Última Atualização 2019-08-06
Data de Publicação 2019-08-06
Classificação 4.63/5 Total de 8 Avaliações
Desenvolvedor Profit Scraper
Tipo de Pagamento free
Site da Extensão http://www.profitscraper.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dropship Bot",
    "short_name": "Dropship Bot",
    "description": "Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress.",
    "author": "Profit Scraper ltd",
    "version": "1.4.8",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/jquery.dataTables.min.js",
                "js\/parsers.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/jquery.dataTables.min.css",
                "css\/font-awesome.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "contents\/*",
        "js\/*",
        "css\/*",
        "images\/*",
        "fonts\/*"
    ],
    "icons": {
        "16": "icon-new-16.png",
        "48": "icon-new-48.png",
        "128": "icon-new-128.png"
    }
}