MarketplaceFlow

MarketplaceFlow - FB marketplace made easy

Τι είναι το MarketplaceFlow;

Το MarketplaceFlow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://marketplaceflow.io, και η κύρια λειτουργία του είναι "MarketplaceFlow - FB marketplace made easy".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Easy Facebook Marketplace Dropshipping with MarketplaceFlow.

MarketplaceFlow is your one-stop tool for Facebook Marketplace dropshipping. It helps you list products, manage orders, and create tracking numbers with ease.

Move any products from any US marketplace to Facebook Marketplace using just one click. Adjust your profit margins and set up product descriptions right from the simple dashboard.

Processing orders is quick and easy with MarketplaceFlow. It keeps all your order details in a clear, easy-to-understand spreadsheet and gives each order its own tracking number.

MarketplaceFlow is designed to handle the hard work for you, letting you grow your business to new heights. Make dropshipping on Facebook Marketplace simpler and more profitable with MarketplaceFlow.                    

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

Όνομα MarketplaceFlow MarketplaceFlow
ID jhladgmhfmjjjkdgpbokpdfbpoddbinp
Επίσημο URL https://chromewebstore.google.com/detail/marketplaceflow/jhladgmhfmjjjkdgpbokpdfbpoddbinp
Περιγραφή MarketplaceFlow - FB marketplace made easy
Μέγεθος Αρχείου 1013 KB
Αριθμός Εγκαταστάσεων 116
Τρέχουσα Έκδοση 1.0.66
Τελευταία Ενημέρωση 2023-07-21
Ημερομηνία Δημοσίευσης 2021-12-12
Αξιολόγηση 4.86/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής https://marketplaceflow.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://marketplaceflow.io
Διεύθυνση URL της Σελίδας Βοήθειας https://marketplaceflow.io
URL της Σελίδας Πολιτικής Απορρήτου https://app.marketplaceflow.io/terms-conditions
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MarketplaceFlow",
    "description": "MarketplaceFlow - FB marketplace made easy",
    "version": "1.0.66",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/bg.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon.png",
            "24": "icons\/icon.png",
            "32": "icons\/icon.png",
            "48": "icons\/icon.png",
            "128": "icons\/icon.png"
        }
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/itm\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/ebayCopyProduct.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pay.ebay.com\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/ebayPasteAddress.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ebay.com\/rxo?action=success*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/ebayCheckout.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com\/gp\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/amazonCopyProduct.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/amazonPasteAddress.js",
                "js\/amazonFillAddressPopup.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/gp\/buy\/thankyou\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/amazonCheckout.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "css": [
                "css\/index.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/gp\/buy\/addressselect\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/amazonFillAddress.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.walmart.com\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/walmartCopyProduct.js",
                "js\/walmartPasteAddress.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.walmart.com\/thankyou?*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/walmartCheckout.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/marketplace\/create\/item*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/marketplace.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/marketplace\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/marketplaceOrders.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/commerce\/catalogs\/*\/products\/add-manual?business_id=*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/facebookShop.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.business.facebook.com\/commerce\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/shopOrders.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.etsy.com\/listing\/*\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/etsyCopyProduct.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.etsy.com\/cart\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/etsyPasteAddress.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.banggood.com\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/banggoodCopyProduct.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.banggood.com\/checkout.html*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/banggoodPasteAddress.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/aliexpressCopyProduct.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/aliexpressPasteAddress.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.bestbuy.com\/site\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/bestbuyCopyProduct.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/admin.shopify.com\/store\/*"
            ],
            "exclude_matches": [
                "https:\/\/admin.shopify.com\/store\/*\/settings*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/shopifyOrders.js",
                "js\/shopifyPriceOrders.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "content_security_policy": {
        "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/white-28.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "author": "94DEV"
}