giftful
The easiest way to add wishes to your giftful wishlists!
Wat is giftful?
giftful is een Chrome-extensie ontwikkeld door https://giftful.com, en de belangrijkste functie is "The easiest way to add wishes to your giftful wishlists!".
Extensie Screenshots
Download het CRX-bestand van de extensie giftful
Download giftful-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | giftful |
ID | mbcfbddbppaccljmahnakpbafnoogmgi |
Officiële URL | https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi |
Beschrijving | The easiest way to add wishes to your giftful wishlists! |
Bestandsgrootte | 286 KB |
Aantal Installaties | 14,105 |
Huidige Versie | 1.8.7 |
Laatst Bijgewerkt | 2023-11-15 |
Publicatiedatum | 2019-10-25 |
Beoordeling | 3.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | https://giftful.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://giftful.com/ |
URL van de Privacybeleid Pagina | https://giftful.com/privacy |
Ondersteunde Talen | 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" } } |