Add to Zola Button
Add anything from any store to your Zola registry
Was ist Add to Zola Button?
Add to Zola Button ist eine Chrome-Erweiterung, die von https://www.zola.com entwickelt wurde, und ihr Hauptmerkmal ist "Add anything from any store to your Zola registry".
Erweiterungsscreenshots
Add to Zola Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Add to Zola Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Add to Zola Button |
ID | jdndapialmcmibaolgjmhcacjogcikjl |
Offizielle URL | https://chromewebstore.google.com/detail/add-to-zola-button/jdndapialmcmibaolgjmhcacjogcikjl |
Beschreibung | Add anything from any store to your Zola registry |
Dateigröße | 9.64 KB |
Installationsanzahl | 101,531 |
Aktuelle Version | 3.0 |
Letztes Update | 2024-02-09 |
Veröffentlichungsdatum | 2016-12-02 |
Bewertung | 2.58/5 Insgesamt 24 Bewertungen |
Entwickler | https://www.zola.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.zola.com |
Hilfeseite URL | https://www.zola.com/contact-us |
URL der Datenschutzrichtlinien-Seite | https://www.zola.com/privacy |
Unterstützte Sprachen | 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" } |