giftful
The easiest way to add wishes to your giftful wishlists!
What is giftful?
giftful is a Chrome extension developed by https://giftful.com, and its main feature is "The easiest way to add wishes to your giftful wishlists!".
Extension Screenshots
Download giftful Extension CRX File
Download giftful 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
Automatically add wishes to your giftful wishlist. Click on the giftful button when you find the perfect item you want and giftful will automatically load in the details for you! Just choose which wishlist you want to pin it to.
Extension Basic Information
Name | giftful |
ID | mbcfbddbppaccljmahnakpbafnoogmgi |
Official URL | https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi |
Description | The easiest way to add wishes to your giftful wishlists! |
File Size | 286 KB |
Installation Count | 14,105 |
Current Version | 1.8.7 |
Last Updated | 2023-11-15 |
Publish Date | 2019-10-25 |
Rating | 3.91/5 Total 11 Ratings |
Developer | https://giftful.com |
[email protected] | |
Payment Type | free |
Extension Website | https://giftful.com/ |
Privacy Policy Page URL | https://giftful.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "giftful", "description": "The easiest way to add wishes to your giftful wishlists!", "version": "1.8.7", "action": { "default_icon": { "16": "images\/giftful16.png", "32": "images\/giftful32.png", "48": "images\/giftful48.png", "128": "images\/giftful128.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "scripting" ], "host_permissions": [ "*:\/\/*.giftful.co\/*", "*:\/\/*.giftful.com\/*" ], "icons": { "16": "images\/giftful16.png", "32": "images\/giftful32.png", "48": "images\/giftful48.png", "128": "images\/giftful128.png" } } |