Add to Giftster Wish List Registry
Add items from any store to your Giftster wish lists, including child account wish lists.
What is Add to Giftster Wish List Registry?
Add to Giftster Wish List Registry is a Chrome extension developed by https://www.giftster.com, and its main feature is "Add items from any store to your Giftster wish lists, including child account wish lists.".
Extension Screenshots
Download Add to Giftster Wish List Registry Extension CRX File
Download Add to Giftster Wish List Registry extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Add to Giftster Wish List Registry |
ID | igbiconphejknohhlfkbccjlemlnjndc |
Official URL | https://chromewebstore.google.com/detail/add-to-giftster-wish-list/igbiconphejknohhlfkbccjlemlnjndc |
Description | Add items from any store to your Giftster wish lists, including child account wish lists. |
File Size | 138 KB |
Installation Count | 7,640 |
Current Version | 1.1 |
Last Updated | 2022-06-08 |
Publish Date | 2016-11-11 |
Rating | 4.56/5 Total 9 Ratings |
Developer | https://www.giftster.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.giftster.com/add-to-giftster-button/ |
Help Page URL | https://help.giftster.com/ |
Privacy Policy Page URL | https://www.giftster.com/privacy |
Supported Languages | 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" ] } |