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”。
擴展截圖
下載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 |
ID | jdndapialmcmibaolgjmhcacjogcikjl |
官方網址 | 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 |
電子郵箱 | [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" } |