Add to Giftwhale wish list

Add any item to your Giftwhale wish lists right from within your browser.

Cos'è Add to Giftwhale wish list?

Add to Giftwhale wish list è un'estensione di Chrome sviluppata da https://giftwhale.com, e la sua funzione principale è "Add any item to your Giftwhale wish lists right from within your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add to Giftwhale wish list

Scarica i file di estensione Add to Giftwhale wish list 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

                        Quickly and easily add items to your wish lists with the Giftwhale Chrome extension.

When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list.

You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.                    

Informazioni di Base sull'Estensione

Nome Add to Giftwhale wish list Add to Giftwhale wish list
ID oblghpjfokmfooclfjdcmobdimjahlim
URL Ufficiale https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim
Descrizione Add any item to your Giftwhale wish lists right from within your browser.
Dimensione del File 676 KB
Conteggio Installazioni 256
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-07-08
Data di Pubblicazione 2022-06-29
Sviluppatore https://giftwhale.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://giftwhale.com
URL della Pagina di Aiuto https://giftwhale.com/contact
URL della Pagina della Politica sulla Privacy https://giftwhale.com/privacy
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add to Giftwhale wish list",
    "version": "1.0.3",
    "description": "Add any item to your Giftwhale wish lists right from within your browser.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.giftwhale.com\/*"
    ],
    "action": {
        "default_title": "Add to Giftwhale",
        "default_icon": "icons\/48.png",
        "default_popup": "popup\/content.html"
    }
}