Add to Zola Button

Add anything from any store to your Zola registry

Qu'est-ce que Add to Zola Button ?

Add to Zola Button est une extension Chrome développée par https://www.zola.com, et sa fonction principale est "Add anything from any store to your Zola registry".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Add to Zola Button

Téléchargez les fichiers d'extension Add to Zola Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Add to Zola Button Add to Zola Button
ID jdndapialmcmibaolgjmhcacjogcikjl
URL Officiel https://chromewebstore.google.com/detail/add-to-zola-button/jdndapialmcmibaolgjmhcacjogcikjl
Description Add anything from any store to your Zola registry
Taille du Fichier 9.64 KB
Nombre d'Installations 101,531
Version Actuelle 3.0
Dernière Mise à Jour 2024-02-09
Date de Publication 2016-12-02
Évaluation 2.58/5 Total 24 Évaluations
Développeur https://www.zola.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.zola.com
URL de la Page d'Aide https://www.zola.com/contact-us
URL de la Page de Politique de Confidentialité https://www.zola.com/privacy
Langues Prises en Charge 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"
}