AutoDS eBay Manual Dropshipping

AutoDS Automatic Non-API eBay Dropshipping Solution

AutoDS eBay Manual Dropshipping란 무엇입니까?

AutoDS eBay Manual Dropshipping은(는) https://autods.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AutoDS Automatic Non-API eBay Dropshipping Solution"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AutoDS eBay Manual Dropshipping 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        AutoDS - Non-API Dropshipping Automation for eBay


Overview

Automate your dropshipping store’s key actions. Save hours of time every day with the #1 tool used by professional dropshippers.

AutoDS is the time-saving companion for dropshippers of all experience levels. Sit back as we process orders, find & import products and monitor pricing & product stock. Try it now for $1!

Our non-API extension for Chrome is designed to give you all of AutoDS’ time-saving automation, without the need to connect to your eBay store.

With AutoDS in your toolbar, you’ll always have professional dropshipping automation by your side. 

Designed by dropshippers with 15+ years of combined experience, we know exactly what every dropshipper needs to save time on their way to success.

Features

Product Research.

Instantly compare hundreds of bestselling dropshipping products to sell on your store. Supplied by global US and China retailers, explore key features like cost, total reviews and shipping time.

One-click product listing.

You can import single or bulk products to your eBay store in one click with the AutoDS non-API extension. It is also compatible with our Hot Product Finder, so you can import the latest trending products.

Automatic orders.

We can accept and push orders to your suppliers, automatically. No need to be online. With our ‘Fulfilled by AutoDS’ solution, you can go one step further - automatically process returns and even send automatic messages to customers.

24/7 price & stock monitoring.

AutoDS monitors your product pricing and stock availability to ensure it matches information given by your suppliers. Never miss out on profits, even when your computer is off. Additionally, AutoDS decreases the price of products that are not selling very well, before increasing them again when they have some momentum.

Top-tier dashboard.

View all the key stats from your dropshipping stores on one handy dashboard. Need to migrate a store from another tool to AutoDS’ non-API version? Our customer support team will assist you with this simple process.

---

Start dropshipping smarter with the AutoDS non-API extension for eBay dropshipping.

We are currently the only dropshipping solution that supports one-click bulk uploads, automated orders and product-searching for non-API eBay stores.

Our file-exchange solution means you can rely on our 24/7 price and stock monitoring without your computer being on. 

Save time (and electricity) today with a pro dropshipping tool by your side.                    

확장 프로그램 기본 정보

이름 AutoDS eBay Manual Dropshipping AutoDS eBay Manual Dropshipping
ID jnjmbhgchhgpobdmbmjanlofibbcoole
공식 URL https://chromewebstore.google.com/detail/autods-ebay-manual-dropsh/jnjmbhgchhgpobdmbmjanlofibbcoole
설명 AutoDS Automatic Non-API eBay Dropshipping Solution
파일 크기 1.04 MB
설치 횟수 5,618
현재 버전 1.42.0
최근 업데이트 2023-10-16
출시 날짜 2020-06-10
평점 3.93/5 총 41 개의 평점
개발자 https://autods.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://autods.com
도움말 페이지 URL https://autods.com
개인정보 보호 정책 페이지 URL https://www.autods.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoDS eBay Manual Dropshipping",
    "version": "1.42.0",
    "description": "AutoDS Automatic Non-API eBay Dropshipping Solution",
    "icons": {
        "16": "images\/icon1.png",
        "32": "images\/icon2.png",
        "48": "images\/icon3.png",
        "128": "images\/autodslogo.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ebay.com\/signin\/*",
                "*:\/\/signin.ebay.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jq.js",
                "content\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ebay.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jq.js",
                "content\/ebay.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/main.js",
            "js\/sentry.js",
            "js\/jq.js",
            "js\/zip.js",
            "js\/zip-util.js",
            "background\/sentry.js",
            "background\/autoDsV2Controller.js",
            "background\/common.js",
            "background\/autoDsController.js",
            "background\/ebayController.js",
            "background\/automateController.js",
            "background\/background.js",
            "background\/rateUs.js",
            "background\/ebayHubController.js",
            "background\/nonApiV2.js",
            "background\/Storage.js",
            "background\/Logger.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/pages.ebay.com\/*",
        "*:\/\/bulksell.ebay.com\/*",
        "*:\/\/www.ebay.com\/signin\/*",
        "*:\/\/signin.ebay.com\/*",
        "*:\/\/k2b-bulk.ebay.com\/*",
        "*:\/\/stage.autods.com\/*",
        "*:\/\/*.autods.com\/*",
        "*:\/\/*.ngrok.io\/*",
        "*:\/\/v2-non-api-files.s3.amazonaws.com\/*",
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "browser_action": {
        "default_title": "AutoDS eBay Manual Dropshipping",
        "default_popup": "popup\/popup.html"
    }
}