giftful

The easiest way to add wishes to your giftful wishlists!

Hvad er giftful?

giftful er en Chrome-udvidelse udviklet af https://giftful.com, og dens hovedfunktion er "The easiest way to add wishes to your giftful wishlists!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download giftful-udvidelses-CRX-fil

Download giftful-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn giftful giftful
ID mbcfbddbppaccljmahnakpbafnoogmgi
Officiel URL https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi
Beskrivelse The easiest way to add wishes to your giftful wishlists!
Filstørrelse 286 KB
Antal Installationer 14,105
Nuværende Version 1.8.7
Senest Opdateret 2023-11-15
Udgivelsesdato 2019-10-25
Bedømmelse 3.91/5 Samlet 11 Bedømmelser
Udvikler https://giftful.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://giftful.com/
URL til Fortrolighedspolitik Side https://giftful.com/privacy
Understøttede Sprog 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"
    }
}