giftful
The easiest way to add wishes to your giftful wishlists!
Cos'è giftful?
giftful è un'estensione di Chrome sviluppata da https://giftful.com, e la sua funzione principale è "The easiest way to add wishes to your giftful wishlists!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione giftful
Scarica i file di estensione giftful in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | giftful |
ID | mbcfbddbppaccljmahnakpbafnoogmgi |
URL Ufficiale | https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi |
Descrizione | The easiest way to add wishes to your giftful wishlists! |
Dimensione del File | 286 KB |
Conteggio Installazioni | 14,105 |
Versione Corrente | 1.8.7 |
Ultimo Aggiornamento | 2023-11-15 |
Data di Pubblicazione | 2019-10-25 |
Valutazione | 3.91/5 Totale 11 Valutazioni |
Sviluppatore | https://giftful.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://giftful.com/ |
URL della Pagina della Politica sulla Privacy | https://giftful.com/privacy |
Lingue Supportate | 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" } } |