Add to Giftwhale wish list

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

Hvad er Add to Giftwhale wish list?

Add to Giftwhale wish list er en Chrome-udvidelse udviklet af https://giftwhale.com, og dens hovedfunktion er "Add any item to your Giftwhale wish lists right from within your browser.".

Udvidelsesskærmbilleder

screenshot

Download Add to Giftwhale wish list-udvidelses-CRX-fil

Download Add to Giftwhale wish list-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Add to Giftwhale wish list Add to Giftwhale wish list
ID oblghpjfokmfooclfjdcmobdimjahlim
Officiel URL https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim
Beskrivelse Add any item to your Giftwhale wish lists right from within your browser.
Filstørrelse 676 KB
Antal Installationer 256
Nuværende Version 1.0.3
Senest Opdateret 2022-07-08
Udgivelsesdato 2022-06-29
Udvikler https://giftwhale.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://giftwhale.com
Hjælpeside-URL https://giftwhale.com/contact
URL til Fortrolighedspolitik Side https://giftwhale.com/privacy
Understøttede Sprog 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"
    }
}