Add to Giftwhale wish list

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

Was ist Add to Giftwhale wish list?

Add to Giftwhale wish list ist eine Chrome-Erweiterung, die von https://giftwhale.com entwickelt wurde, und ihr Hauptmerkmal ist "Add any item to your Giftwhale wish lists right from within your browser.".

Erweiterungsscreenshots

screenshot

Add to Giftwhale wish list-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add to Giftwhale wish list-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Add to Giftwhale wish list Add to Giftwhale wish list
ID oblghpjfokmfooclfjdcmobdimjahlim
Offizielle URL https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim
Beschreibung Add any item to your Giftwhale wish lists right from within your browser.
Dateigröße 676 KB
Installationsanzahl 256
Aktuelle Version 1.0.3
Letztes Update 2022-07-08
Veröffentlichungsdatum 2022-06-29
Entwickler https://giftwhale.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://giftwhale.com
Hilfeseite URL https://giftwhale.com/contact
URL der Datenschutzrichtlinien-Seite https://giftwhale.com/privacy
Unterstützte Sprachen 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"
    }
}