Add to Zola Button
Add anything from any store to your Zola registry
Add to Zola Button क्या है?
Add to Zola Button https://www.zola.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add anything from any store to your Zola registry"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add to Zola Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |