Marketplace Wizard

Helps you to drop products to the Facebook Marketplace

Marketplace Wizardคืออะไร?

Marketplace Wizard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MP Wizard และคุณลักษณะหลักของมันคือ "Helps you to drop products to the Facebook Marketplace"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marketplace Wizard

ดาวน์โหลดไฟล์ส่วนขยาย Marketplace Wizard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Elevate your dropshipping business on Facebook Marketplace with the essential MP Wizard Chrome Extension. Designed for simplicity and efficiency, this tool revolutionizes the way you find and list products. Start turning a profit today by signing up at mpwizard.com.

Why MP Wizard is a Game-Changer for Your Business:

One-Click Posting to Facebook Marketplace: Forget the hassle of manual data entry. MP Wizard seamlessly transfers product details from suppliers like Amazon and eBay to Facebook Marketplace in a single click, saving you valuable time.

Discover Best-Selling Products on Amazon: Unlock the secrets to top-selling items across all major Amazon categories. Stuck on product ideas? Our research tool provides endless inspiration, helping you identify profitable opportunities.

Spy on eBay Competitors: Gain a competitive edge with MP Wizard's Competitors Research. Simply enter an eBay seller's name, and within seconds, access exclusive insights including top-selling products, sales volume, and direct product links. This invaluable information empowers you to list winning products or source them more affordably elsewhere.

Unlimited Listings: List as many products as you desire. Our auto-listing feature supports numerous suppliers, ensuring you never hit a limit on potential earnings.

Automated Profit Calculation: Set your profit margins effortlessly. Our calculator automatically adjusts your prices, eliminating the need for manual calculations and ensuring your desired profitability.

Effortless Price Updates with Repricer Bucket: Stay competitive with automatic price adjustments. Keep your listings in sync with supplier price changes at the click of a button.

Custom Listing Templates: Personalize your product listings with our easy-to-use template creator, making your offers stand out.

Supported Suppliers Include:
Amazon, eBay, Walmart, Costco, BestBuy, Home Depot, Lowes, Banggood, and many more on the way.

Dedicated Support:
Need assistance? Reach out to us at [email protected].

Get Started Now:
Unlock the full potential of your dropshipping business. Sign up at mpwizard.com and transform the way you sell on Facebook Marketplace.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Marketplace Wizard Marketplace Wizard
ID kejlbmcmmfplbdmmgacnpldfcekjfdio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/marketplace-wizard/kejlbmcmmfplbdmmgacnpldfcekjfdio
คำอธิบาย Helps you to drop products to the Facebook Marketplace
ขนาดไฟล์ 6.38 MB
จำนวนการติดตั้ง 238
เวอร์ชันปัจจุบัน 2.0.0.4
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2021-09-26
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา MP Wizard
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.mpwizard.com
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/84a08182-c0eb-424f-a283-fe4f8cfcc4fd
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Marketplace Wizard",
    "description": "Helps you to drop products to the Facebook Marketplace",
    "version": "2.0.0.4",
    "background": {
        "service_worker": ".\/js\/service-worker.js"
    },
    "action": {
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png"
        },
        "default_title": "Marketplace Wizard",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*itm\/*",
                "*:\/\/*.ebay.com\/p\/*",
                "*:\/\/walmart.com\/*",
                "*:\/\/*.amazon.com\/*\/dp\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "\/js\/amazon-tool.js"
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.ebay.com\/*itm\/*",
                "*:\/\/*.ebay.com\/p\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.amazon.com\/*\/dp\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "\/js\/config.js",
                "\/js\/core.js",
                "\/js\/jquery.min.js",
                "\/js\/libs\/simpleBar.js",
                "\/js\/gatherer.js",
                "\/js\/fontsInjector.js"
            ],
            "css": [
                "\/css\/content.css",
                "\/css\/libs\/simpleBar.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/marketplace\/create\/item*"
            ],
            "js": [
                "\/js\/config.js",
                "\/js\/core.js",
                "\/js\/jquery-3.6.0.min.js",
                "\/js\/facebookBuddy.js"
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/marketplace\/item\/*"
            ],
            "js": [
                "\/js\/config.js",
                "\/js\/core.js",
                "\/js\/jquery-3.6.0.min.js",
                "\/js\/facebookChecker.js"
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/marketplace\/edit\/*",
                "*:\/\/*.facebook.com\/marketplace\/item\/*"
            ],
            "js": [
                "\/js\/config.js",
                "\/js\/core.js",
                "\/js\/jquery-3.6.0.min.js",
                "\/js\/facebookreprice.js",
                "\/js\/facebookChecker.js"
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*extCheckPrice*"
            ],
            "js": [
                "\/js\/config.js",
                "\/js\/core.js",
                "\/js\/priceChecker.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "clipboardRead"
    ],
    "host_permissions": [
        "https:\/\/mpwizard.online\/*"
    ],
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "64": "logo\/64.png",
        "128": "logo\/128.png"
    }
}