Add to Zola Button

Add anything from any store to your Zola registry

Apa itu Add to Zola Button?

Add to Zola Button adalah ekstensi Chrome yang dikembangkan oleh https://www.zola.com, dan fitur utamanya adalah "Add anything from any store to your Zola registry".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Add to Zola Button

Unduh file ekstensi Add to Zola Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Add to Zola Button Add to Zola Button
ID jdndapialmcmibaolgjmhcacjogcikjl
URL Resmi https://chromewebstore.google.com/detail/add-to-zola-button/jdndapialmcmibaolgjmhcacjogcikjl
Deskripsi Add anything from any store to your Zola registry
Ukuran File 9.64 KB
Jumlah Instalasi 101,531
Versi Saat Ini 3.0
Terakhir Diperbarui 2024-02-09
Tanggal Publikasi 2016-12-02
Penilaian 2.58/5 Total 24 Penilaian
Pengembang https://www.zola.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.zola.com
URL Halaman Bantuan https://www.zola.com/contact-us
URL Halaman Kebijakan Privasi https://www.zola.com/privacy
Bahasa yang Didukung 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"
}