Wishlist-To-Cart for Amazon
Wishlist-To-Cart for Amazon allows you to easily move items from a whishlist into Amazon shopping cart.
Wishlist-To-Cart for Amazonคืออะไร?
Wishlist-To-Cart for Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://share-a-cart.com และคุณลักษณะหลักของมันคือ "Wishlist-To-Cart for Amazon allows you to easily move items from a whishlist into Amazon shopping cart."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wishlist-To-Cart for Amazon
ดาวน์โหลดไฟล์ส่วนขยาย Wishlist-To-Cart for Amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Wishlist-To-Cart for Amazon is the easiest and quickest way to move items from your or your friends wish list into your Amazon shopping cart. No more clicking back and forth, simply click "Send Wishlist to Cart" and you are done -- all items are now in your shopping cart and ready to be purchased. If you like this extension, you may be interested in our other helpful addons: Share-A-Cart for Amazon: https://chrome.google.com/webstore/detail/share-a-cart-for-amazon/peiobddfomnijgoblelfdmjblplojcoe/ Share-A-Cart for Walmart: https://chrome.google.com/webstore/detail/share-a-cart-for-walmart/pmmodpeofmnekbdbjojhidofleeacmij/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wishlist-To-Cart for Amazon |
ID | hcidhephpgibbomfkllaaebnlokpemim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wishlist-to-cart-for-amaz/hcidhephpgibbomfkllaaebnlokpemim |
คำอธิบาย | Wishlist-To-Cart for Amazon allows you to easily move items from a whishlist into Amazon shopping cart. |
ขนาดไฟล์ | 807 KB |
จำนวนการติดตั้ง | 714 |
เวอร์ชันปัจจุบัน | 0.4.0 |
อัปเดตครั้งล่าสุด | 2022-04-22 |
วันที่เผยแพร่ | 2019-12-22 |
คะแนน | 3.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://share-a-cart.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://share-a-cart.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "browser-js\/chrome.api.js", "lib\/background.js" ] }, "browser_action": { "default_icon": "images\/amazon-cart-16.png", "default_popup": "popup.html", "default_title": "Wishlist-To-Cart for Amazon" }, "description": "Wishlist-To-Cart for Amazon allows you to easily move items from a whishlist into Amazon shopping cart.", "icons": { "128": "images\/amazon-cart-128.png", "16": "images\/amazon-cart-16.png", "64": "images\/amazon-cart-64.png" }, "manifest_version": 2, "name": "Wishlist-To-Cart for Amazon", "permissions": [ "tabs", "webNavigation", "webRequest", "webRequestBlocking", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.sg\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.com.tr\/*", "https:\/\/smile.amazon.com\/*", "https:\/\/smile.amazon.ca\/*", "https:\/\/smile.amazon.co.uk\/*", "https:\/\/smile.amazon.fr\/*", "https:\/\/smile.amazon.de\/*", "https:\/\/smile.amazon.it\/*", "https:\/\/smile.amazon.nl\/*", "https:\/\/smile.amazon.es\/*", "https:\/\/smile.amazon.cn\/*", "https:\/\/smile.amazon.in\/*", "https:\/\/smile.amazon.sg\/*", "https:\/\/smile.amazon.ae\/*", "https:\/\/smile.amazon.co.jp\/*", "https:\/\/smile.amazon.com.mx\/*", "https:\/\/smile.amazon.com.au\/*", "https:\/\/smile.amazon.com.br\/*", "https:\/\/smile.amazon.com.tr\/*" ], "version": "0.4.0" } |