Dropship Bot

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

Hvad er Dropship Bot?

Dropship Bot er en Chrome-udvidelse udviklet af Profit Scraper, og dens hovedfunktion er "Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Dropship Bot-udvidelses-CRX-fil

Download Dropship Bot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dropship Bot Dropship Bot
ID ckfaklphnepgfogmiigfmihbeohmipap
Officiel URL https://chrome.google.com/webstore/detail/dropship-bot/ckfaklphnepgfogmiigfmihbeohmipap
Beskrivelse Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress.
Filstørrelse 752 KB
Antal Installationer 801
Nuværende Version 1.4.8
Senest Opdateret 2019-08-06
Udgivelsesdato 2019-08-06
Bedømmelse 4.63/5 Samlet 8 Bedømmelser
Udvikler Profit Scraper
Betalingsmetode free
Udvidelseswebsted http://www.profitscraper.com
Understøttede Sprog 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"
    }
}