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によって開発されたChromeの拡張機能で、その主な機能は「Add anything from any store to your Zola registry」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Add to Zola Button拡張機能のCRXファイルをダウンロード

Add to Zola Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
}