Walmart Auto Fill Address

Auto fill Amazon Order's address to Walmart Order

Walmart Auto Fill Address क्या है?

Walmart Auto Fill Address AMZ TOOLKIT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto fill Amazon Order's address to Walmart Order"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Walmart Auto Fill Address एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        If you are a drop shipper from Amazon (any Amazon Marketplace) to Walmart then this tool is for you. 

★ What does this tool do?

Given an Amazon Order, this tool will fill the shipping address on your Walmart order automatically.

★ Speed up your dropship process

Only one step: paste your amazon order into this tool then all shipping address is filled automatically and accurately.

★ For All Sellers, For Most Marketplaces

It works with all marketplaces that Walmart can ship.

★ Keep Your Data Private

No Amazon MWS access is required, just be logged into Seller Central when you use the extension.

★ is this tool free? 
Yes. You can use this forever if you like. A small donate money is appreciated!

Note: You should be logged into Seller Central with a user that has the “Manage Orders” permissions.

Contact us at softwaretoolkit.vip, or reach out to us on
Facebook: https://www.facebook.com/amz.tools.1 
Join our support group on Facebook! https://www.facebook.com/groups/354030888636529/                    

एक्सटेंशन की मूल जानकारी

नाम Walmart Auto Fill Address Walmart Auto Fill Address
ID fnbacieeoapeoiblgfkhhmndhiaiokif
आधिकारिक URL https://chromewebstore.google.com/detail/walmart-auto-fill-address/fnbacieeoapeoiblgfkhhmndhiaiokif
विवरण Auto fill Amazon Order's address to Walmart Order
फ़ाइल का आकार 116 KB
स्थापना संख्या 118
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-11-10
प्रकाशन तिथि 2019-06-26
डेवलपर AMZ TOOLKIT
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.facebook.com/groups/354030888636529/
सहायता पृष्ठ URL https://www.facebook.com/groups/354030888636529/
गोपनीयता नीति पृष्ठ URL https://www.dropbox.com/s/ddugbr83zyt491p/EULA.rtf?dl=0
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Walmart Auto Fill Address",
    "version": "1.2",
    "description": "Auto fill Amazon Order's address to Walmart Order",
    "offline_enabled": false,
    "author": "[email protected]",
    "icons": {
        "128": "\/Images\/icon128.png",
        "48": "\/Images\/icon48.png",
        "16": "\/Images\/icon16.png"
    },
    "page_action": {
        "default_icon": "\/Images\/icon16.png",
        "default_popup": "\/Pages\/popup.html",
        "default_title": "Fill Walmart Address from Amazon"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                "\/packages\/jquery-3.3.1.min.js",
                "\/packages\/bililiteRange.js",
                "\/packages\/jquery.sendkeys.js",
                "\/packages\/moment.js",
                "\/Scripts\/FillWalmartFromAmazon.js"
            ],
            "css": []
        }
    ],
    "background": {
        "scripts": [
            "\/Scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "https:\/\/www.walmart.com\/*",
        "https:\/\/sellercentral.amazon.com\/orders-api\/order\/*",
        "https:\/\/sellercentral.amazon.com\/orders\/*"
    ]
}