Amazon Address Autofill
Effortlessly fill in address fields on Amazon order pages with just one click!
Amazon Address Autofillคืออะไร?
Amazon Address Autofill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย copyamzaddress และคุณลักษณะหลักของมันคือ "Effortlessly fill in address fields on Amazon order pages with just one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Address Autofill
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Address Autofill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Amazon Address Autofill is a user-friendly Chrome extension designed to simplify your shopping experience on Amazon by automatically filling in address fields on order pages. By seamlessly integrating with a custom API, this extension retrieves address details and fills in the necessary fields with just one click, saving you valuable time and reducing the risk of input errors. Key features of the Amazon Address Autofill extension: Easy setup: Quickly configure the extension by adding your custom API endpoint in the options page. Once configured, the extension works smoothly on supported Amazon order pages. One-click autofill: With a simple click of a button, fetch address details from your custom API and instantly populate the address fields on Amazon order pages. Dynamic page support: Our extension intelligently detects dynamically loaded content, ensuring it works seamlessly even when navigating between different sections of the Amazon website. Clipboard copy feature: Easily copy the fetched address details to your clipboard for use elsewhere, increasing your productivity. Robust error handling: The extension provides clear error messages and notifications when issues arise, so you can easily identify and resolve any problems. Regular updates and support: Stay up-to-date with the latest features and improvements, as well as receiving prompt support for any issues you may encounter. Amazon Address Autofill aims to enhance your online shopping experience by streamlining the address input process. It's the perfect solution for frequent shoppers, dropshippers, or anyone looking to save time and effort when managing addresses on Amazon. Try Amazon Address Autofill today and enjoy a smoother, faster, and more efficient shopping experience!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon Address Autofill |
ID | cddnnmckipnojoigdhimannmkhadnkgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-address-autofill/cddnnmckipnojoigdhimannmkhadnkgi |
คำอธิบาย | Effortlessly fill in address fields on Amazon order pages with just one click! |
ขนาดไฟล์ | 9.21 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-04-16 |
วันที่เผยแพร่ | 2023-04-15 |
ผู้พัฒนา | copyamzaddress |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazon Address Autofill", "version": "1.0.0", "description": "Effortlessly fill in address fields on Amazon order pages with just one click!", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/sellercentral.amazon.ca\/*", "https:\/\/sellercentral.amazon.com\/*", "https:\/\/sellercentral.amazon.com.mx\/*", "https:\/\/sellercentral.amazon.com.br\/*", "https:\/\/sellercentral.amazon.co.uk\/*", "https:\/\/sellercentral.amazon.de\/*", "https:\/\/sellercentral.amazon.it\/*", "https:\/\/sellercentral.amazon.fr\/*", "https:\/\/sellercentral.amazon.es\/*", "https:\/\/sellercentral-europe.amazon.com\/*", "https:\/\/sellercentral.amazon.nl\/*", "https:\/\/sellercentral.amazon.se\/*", "https:\/\/sellercentral.amazon.pl\/*", "https:\/\/sellercentral.amazon.eg\/*", "https:\/\/sellercentral.amazon.com.tr\/*", "https:\/\/sellercentral.amazon.com.sa\/*", "https:\/\/sellercentral.amazon.ae\/*", "https:\/\/sellercentral.amazon.in\/*", "https:\/\/sellercentral.amazon.sg\/*", "https:\/\/sellercentral.amazon.com.au\/*", "https:\/\/sellercentral.amazon.co.jp\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |