Wishbob - Your online wish list

Add gift items from numerous online stores to your personal wish list with one click.

O que é Wishbob - Your online wish list?

Wishbob - Your online wish list é uma extensão do Chrome desenvolvida por https://www.wishbob.com, e sua principal característica é "Add gift items from numerous online stores to your personal wish list with one click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Wishbob - Your online wish list

Baixe arquivos de extensão Wishbob - Your online wish list no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Gift articles and gift experiences from a wide range of online stores for your personal wish list.

The extension allows you to quickly and easily add products from stores like Amazon, Ebay and many more to your wish list. You can add gift experiences to your wish list with one click just as easily as handmade and vintage products from Etsy stores.

This extension makes it easy to collect gift suggestions for any occasion. Birthday, wedding, Christmas or baby shower: with one click, matching gift items or gift experiences can be added to your personal wish list on Wishbob.

Create your wish list now at https://www.wishbob.com/wishlist/create and add products from many online stores.                    

Informações Básicas da Extensão

Nome Wishbob - Your online wish list Wishbob - Your online wish list
ID giggglmimelmdhooafgachldkgapgmhb
URL Oficial https://chromewebstore.google.com/detail/wishbob-your-online-wish/giggglmimelmdhooafgachldkgapgmhb
Descrição Add gift items from numerous online stores to your personal wish list with one click.
Tamanho do Arquivo 24.13 KB
Contagem de Instalações 1,366
Versão Atual 1.0.4
Última Atualização 2021-12-06
Data de Publicação 2019-08-05
Desenvolvedor https://www.wishbob.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.wishbob.com/es
URL da Página de Ajuda https://www.wishbob.com/preguntas
URL da Página de Política de Privacidade https://www.wishbob.com/datenschutz
Idiomas Suportados de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "author": "wishbob.com",
    "version": "1.0.4",
    "short_name": "Wishbob",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.wishbob.com",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "192": "icon192.png",
        "256": "icon256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png",
            "192": "icon192.png",
            "256": "icon256.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "scripts": [
            "wishbob.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}