Dropship Bot

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

Dropship Bot क्या है?

Dropship Bot Profit Scraper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dropship Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Dropship Bot Dropship Bot
ID ckfaklphnepgfogmiigfmihbeohmipap
आधिकारिक URL https://chrome.google.com/webstore/detail/dropship-bot/ckfaklphnepgfogmiigfmihbeohmipap
विवरण Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress.
फ़ाइल का आकार 752 KB
स्थापना संख्या 801
वर्तमान संस्करण 1.4.8
अंतिम अपडेट 2019-08-06
प्रकाशन तिथि 2019-08-06
रेटिंग 4.63/5 कुल 8 रेटिंग्स
डेवलपर Profit Scraper
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.profitscraper.com
समर्थित भाषाएँ 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"
    }
}