Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
What is Add to Giftwhale wish list?
Add to Giftwhale wish list is a Chrome extension developed by https://giftwhale.com, and its main feature is "Add any item to your Giftwhale wish lists right from within your browser.".
Extension Screenshots
Download Add to Giftwhale wish list Extension CRX File
Download Add to Giftwhale wish list 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
Quickly and easily add items to your wish lists with the Giftwhale Chrome extension. When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list. You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.
Extension Basic Information
Name | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
Official URL | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
Description | Add any item to your Giftwhale wish lists right from within your browser. |
File Size | 676 KB |
Installation Count | 256 |
Current Version | 1.0.3 |
Last Updated | 2022-07-08 |
Publish Date | 2022-06-29 |
Developer | https://giftwhale.com |
[email protected] | |
Payment Type | free |
Extension Website | https://giftwhale.com |
Help Page URL | https://giftwhale.com/contact |
Privacy Policy Page URL | https://giftwhale.com/privacy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftwhale wish list", "version": "1.0.3", "description": "Add any item to your Giftwhale wish lists right from within your browser.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.giftwhale.com\/*" ], "action": { "default_title": "Add to Giftwhale", "default_icon": "icons\/48.png", "default_popup": "popup\/content.html" } } |