Add to Zola Button

Add anything from any store to your Zola registry

Co je Add to Zola Button?

Add to Zola Button je rozšíření Chrome vyvinuté https://www.zola.com, a jeho hlavní funkcí je „Add anything from any store to your Zola registry“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Add to Zola Button

Stáhněte si soubory rozšíření Add to Zola Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Add to Zola Button Add to Zola Button
ID jdndapialmcmibaolgjmhcacjogcikjl
Oficiální URL https://chromewebstore.google.com/detail/add-to-zola-button/jdndapialmcmibaolgjmhcacjogcikjl
Popis Add anything from any store to your Zola registry
Velikost souboru 9.64 KB
Počet instalací 101,531
Aktuální Verze 3.0
Poslední Aktualizace 2024-02-09
Datum Vydání 2016-12-02
Hodnocení 2.58/5 Celkem 24 Hodnocení
Vývojář https://www.zola.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.zola.com
URL Stránky Nápovědy https://www.zola.com/contact-us
URL Stránky Zásad Ochrany Soukromí https://www.zola.com/privacy
Podporované Jazyky 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"
}