Add to Giftwhale wish list

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

Vad är Add to Giftwhale wish list?

Add to Giftwhale wish list är en Chrome-tillägg utvecklad av https://giftwhale.com, och dess huvudfunktion är "Add any item to your Giftwhale wish lists right from within your browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Add to Giftwhale wish list-förlängningens CRX-fil

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

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

Namn Add to Giftwhale wish list Add to Giftwhale wish list
ID oblghpjfokmfooclfjdcmobdimjahlim
Officiell webbadress https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim
Beskrivning Add any item to your Giftwhale wish lists right from within your browser.
Filstorlek 676 KB
Antal Installationer 256
Aktuell Version 1.0.3
Senast Uppdaterad 2022-07-08
Publiceringsdatum 2022-06-29
Utvecklare https://giftwhale.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://giftwhale.com
Hjälpsida URL https://giftwhale.com/contact
URL till Sekretesspolicy Sidan https://giftwhale.com/privacy
Stödda Språk 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"
    }
}