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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Dropship Bot

قم بتنزيل ملفات الامتداد Dropship Bot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}