Add to Zola Button
Add anything from any store to your Zola registry
Add to Zola Buttonคืออะไร?
Add to Zola Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zola.com และคุณลักษณะหลักของมันคือ "Add anything from any store to your Zola registry"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to Zola Button
ดาวน์โหลดไฟล์ส่วนขยาย Add to Zola Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Finally, a wedding registry that lets you go for gifts you actually want! Zola’s Add to Registry Button makes it super simple to add items from all your favorite stores to your registry with one, powerful click. Guests can shop these items on your registry as usual, but will be seamlessly directed to the store to purchase them. Give it a try during your next late-night shopping sesh to see how quick and easy it is to fill up your registry (almost too easy). Don’t worry about odd or confusing product names (Feather Dot Lemon Dish Set?), you can edit the item name, details, and quantity before or after adding it to your registry. Happy adding!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Add to Zola Button |
ID | jdndapialmcmibaolgjmhcacjogcikjl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-to-zola-button/jdndapialmcmibaolgjmhcacjogcikjl |
คำอธิบาย | Add anything from any store to your Zola registry |
ขนาดไฟล์ | 9.64 KB |
จำนวนการติดตั้ง | 101,531 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2024-02-09 |
วันที่เผยแพร่ | 2016-12-02 |
คะแนน | 2.58/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | https://www.zola.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.zola.com |
URL หน้าช่วยเหลือ | https://www.zola.com/contact-us |
URL หน้านโยบายความเป็นส่วนตัว | https://www.zola.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "\/images\/zola-favicon-16.png", "48": "\/images\/zola-favicon-48.png", "128": "\/images\/zola-favicon-128.png" }, "default_title": "Add to Zola" }, "name": "Add to Zola Button", "short_name": "Add to Zola", "description": "Add anything from any store to your Zola registry", "homepage_url": "https:\/\/www.zola.com\/", "icons": { "16": "\/images\/zola-favicon-16.png", "48": "\/images\/zola-favicon-48.png", "128": "\/images\/zola-favicon-128.png" }, "permissions": [ "activeTab", "scripting" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "3.0", "manifest_version": 3, "author": "Zola" } |