Add to Zola Button

Add anything from any store to your Zola registry

Add to Zola Button là gì?

Add to Zola Button là một tiện ích mở rộng Chrome được phát triển bởi https://www.zola.com, và tính năng chính của nó là "Add anything from any store to your Zola registry".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add to Zola Button

Tải xuống các tệp mở rộng Add to Zola Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add to Zola Button Add to Zola Button
ID jdndapialmcmibaolgjmhcacjogcikjl
URL Chính Thức https://chromewebstore.google.com/detail/add-to-zola-button/jdndapialmcmibaolgjmhcacjogcikjl
Mô tả Add anything from any store to your Zola registry
Kích Thước Tệp 9.64 KB
Số Lần Cài Đặt 101,531
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2016-12-02
Đánh Giá 2.58/5 Tổng số 24 Đánh Giá
Nhà Phát Triển https://www.zola.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zola.com
URL Trang Trợ Giúp https://www.zola.com/contact-us
URL Trang Chính Sách Bảo Mật https://www.zola.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}