giftful

The easiest way to add wishes to your giftful wishlists!

Was ist giftful?

giftful ist eine Chrome-Erweiterung, die von https://giftful.com entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to add wishes to your giftful wishlists!".

Erweiterungsscreenshots

screenshot
screenshot

giftful-Erweiterungs-CRX-Datei herunterladen

Laden Sie giftful-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name giftful giftful
ID mbcfbddbppaccljmahnakpbafnoogmgi
Offizielle URL https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi
Beschreibung The easiest way to add wishes to your giftful wishlists!
Dateigröße 286 KB
Installationsanzahl 14,105
Aktuelle Version 1.8.7
Letztes Update 2023-11-15
Veröffentlichungsdatum 2019-10-25
Bewertung 3.91/5 Insgesamt 11 Bewertungen
Entwickler https://giftful.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://giftful.com/
URL der Datenschutzrichtlinien-Seite https://giftful.com/privacy
Unterstützte Sprachen 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"
    }
}