Walmart Auto Fill Address
Auto fill Amazon Order's address to Walmart Order
Walmart Auto Fill Address란 무엇입니까?
Walmart Auto Fill Address은(는) AMZ TOOLKIT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto fill Amazon Order's address to Walmart Order"입니다.
확장 프로그램 스크린샷
Walmart Auto Fill Address 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |