giftful

The easiest way to add wishes to your giftful wishlists!

Vad är giftful?

giftful är en Chrome-tillägg utvecklad av https://giftful.com, och dess huvudfunktion är "The easiest way to add wishes to your giftful wishlists!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner giftful-förlängningens CRX-fil

Ladda ner giftful-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn giftful giftful
ID mbcfbddbppaccljmahnakpbafnoogmgi
Officiell webbadress https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi
Beskrivning The easiest way to add wishes to your giftful wishlists!
Filstorlek 286 KB
Antal Installationer 14,105
Aktuell Version 1.8.7
Senast Uppdaterad 2023-11-15
Publiceringsdatum 2019-10-25
Betyg 3.91/5 Totalt 11 Betyg
Utvecklare https://giftful.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://giftful.com/
URL till Sekretesspolicy Sidan https://giftful.com/privacy
Stödda Språk 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"
    }
}