Marketplace Dropshipping Helper

Dropshipping products importing and monitoring for marketplace

Τι είναι το Marketplace Dropshipping Helper;

Το Marketplace Dropshipping Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://autods.com, και η κύρια λειτουργία του είναι "Dropshipping products importing and monitoring for marketplace".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Marketplace Dropshipping Helper

Λήψη αρχείων επέκτασης Marketplace Dropshipping Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Dropshipping products importing and monitoring for marketplace
AutoDS - Automatic Dropshipping Tools for Facebook Marketplace / Facebook Shops

Sell dropshipping products with the helping hand of professional automation. Import products and accept sales using any of 25+ supported US, EU & CN suppliers. 

AutoDS is the only companion you will need to rise to the top of the FB Marketplace dropshipping world. Sit back as we will automatically update every change to your products’ price or availability.

Dropshipping can be a time-consuming slog when you are not partnered with the right tool.

Use AutoDS to automate your Facebook dropshipping business.

This AutoDS extension gives you our automation benefits directly from your Chrome toolbar. 

How AutoDS for Facebook saves you time daily

Features:

Product Research Tool

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 & Draft Imports

Import products from 25+ supported dropshipping suppliers. You can import drafts in one-click, saving you hours of manual work.

Full Control Over Your Products

Easily connect your FB Marketplace dropshipping products to AutoDS. Cut the time you spend checking stock levels and applying changes to each product individually.

Automatic Price & Stock Changes

Stay on top of your products’ pricing and availability with automatic price and stock changes As soon as your supplier makes an update, AutoDS will update your listings automatically. 

One-Click Price & Stock Sync

Save time as you sync your up-to-date pricing and stock information to your FB Marketplace store in one click. 

---

Start automating your FB Marketplace dropshipping today! Add our AutoDS Chrome extension for free.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Marketplace Dropshipping Helper Marketplace Dropshipping Helper
ID obildocpmhofillaabaokpfjgdanofib
Επίσημο URL https://chromewebstore.google.com/detail/marketplace-dropshipping/obildocpmhofillaabaokpfjgdanofib
Περιγραφή Dropshipping products importing and monitoring for marketplace
Μέγεθος Αρχείου 1.95 MB
Αριθμός Εγκαταστάσεων 3,740
Τρέχουσα Έκδοση 1.1.19
Τελευταία Ενημέρωση 2023-08-07
Ημερομηνία Δημοσίευσης 2021-06-08
Αξιολόγηση 3.53/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής https://autods.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://autods.com/fbm
URL της Σελίδας Πολιτικής Απορρήτου https://www.autods.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Dropshipping products importing and monitoring for marketplace",
    "version": "1.1.19",
    "manifest_version": 3,
    "name": "Marketplace Dropshipping Helper",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon32.png"
    },
    "icons": {
        "16": "images\/icon32.png",
        "32": "images\/icon32.png",
        "64": "images\/icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.amazon.com\/*"
            ]
        },
        {
            "resources": [
                "googleSignIn.html"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "webNavigation",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ]
}