Add to Giftwhale wish list

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

¿Qué es Add to Giftwhale wish list?

Add to Giftwhale wish list es una extensión de Chrome desarrollada por https://giftwhale.com, y su función principal es "Add any item to your Giftwhale wish lists right from within your browser.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Add to Giftwhale wish list

Descarga archivos de extensión Add to Giftwhale wish list en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Add to Giftwhale wish list Add to Giftwhale wish list
ID oblghpjfokmfooclfjdcmobdimjahlim
URL Oficial https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim
Descripción Add any item to your Giftwhale wish lists right from within your browser.
Tamaño del Archivo 676 KB
Cantidad de Instalaciones 256
Versión Actual 1.0.3
Última Actualización 2022-07-08
Fecha de Publicación 2022-06-29
Desarrollador https://giftwhale.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://giftwhale.com
URL de la Página de Ayuda https://giftwhale.com/contact
URL de la Página de Política de Privacidad https://giftwhale.com/privacy
Idiomas Soportados 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"
    }
}