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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dropship Bot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}