Add to Giftster Wish List Registry
Add items from any store to your Giftster wish lists, including child account wish lists.
什麼是Add to Giftster Wish List Registry?
Add to Giftster Wish List Registry是由https://www.giftster.com開發的Chrome擴展程式,該擴展的主要功能是“Add items from any store to your Giftster wish lists, including child account wish lists.”。
擴展截圖
下載Add to Giftster Wish List Registry擴展crx文件
下載Add to Giftster Wish List Registry擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Just click the Add to Giftster button when you are on a product page to add it to your wish list. Edit the details if desired, and add your star ranking, too. Browse your favorite websites, add items to your list with Giftster, and your family and close friends only have to shop one list to discover all your favorite gift ideas.
擴展基本資訊
名稱 | Add to Giftster Wish List Registry |
ID | igbiconphejknohhlfkbccjlemlnjndc |
官方網址 | https://chromewebstore.google.com/detail/add-to-giftster-wish-list/igbiconphejknohhlfkbccjlemlnjndc |
簡介 | Add items from any store to your Giftster wish lists, including child account wish lists. |
檔案大小 | 138 KB |
安裝次數 | 7,640 |
目前版本 | 1.1 |
更新時間 | 2022-06-08 |
上架時間 | 2016-11-11 |
評分 | 4.56/5 共 9 次評分 |
開發者 | https://www.giftster.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.giftster.com/add-to-giftster-button/ |
說明頁面URL | https://help.giftster.com/ |
隱私政策頁面URL | https://www.giftster.com/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftster Wish List Registry", "short_name": "Add to Giftster", "description": "Add items from any store to your Giftster wish lists, including child account wish lists.", "version": "1.1", "icons": { "16": "icon-128.png", "48": "icon-128.png", "64": "icon-128.png", "128": "icon-128.png" }, "action": { "default_icon": { "16": "browser-icon-16.png", "24": "browser-icon-32.png", "32": "browser-icon-64.png" }, "default_popup": "popup.html", "default_title": "Add gift ideas from any site to Giftster" }, "permissions": [ "activeTab" ] } |