giftful

The easiest way to add wishes to your giftful wishlists!

Co to jest giftful?

giftful to rozszerzenie Chrome opracowane przez https://giftful.com, a jego główną funkcją jest „The easiest way to add wishes to your giftful wishlists!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia giftful

Pobierz pliki rozszerzeń giftful w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa giftful giftful
ID mbcfbddbppaccljmahnakpbafnoogmgi
Oficjalny URL https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi
Opis The easiest way to add wishes to your giftful wishlists!
Rozmiar pliku 286 KB
Liczba instalacji 14,105
Aktualna Wersja 1.8.7
Ostatnia Aktualizacja 2023-11-15
Data Publikacji 2019-10-25
Ocena 3.91/5 Łącznie 11 Oceny
Deweloper https://giftful.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://giftful.com/
Adres URL Strony Polityki Prywatności https://giftful.com/privacy
Obsługiwane Języki 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"
    }
}