Add to GyftHint

Add items from all your favorite stores to GyftHint list.

O que é Add to GyftHint?

Add to GyftHint é uma extensão do Chrome desenvolvida por developergroup, e sua principal característica é "Add items from all your favorite stores to GyftHint list.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Add to GyftHint

Baixe arquivos de extensão Add to GyftHint 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

                        Only you know what you really want. Why have yourself or your loved ones struggle to get each other great gifts? With GyftHint, gifting the perfect gift is a few clicks away. When we say perfect, we mean it! 
How? As easy as1-2-3
1. Download this extension
2. When you see something you like while you are browsing, add it to your GyftHint wishlist by 
     using this smart chrome extension
3.  Invite your loved ones and you can buy each other gifts right from Gifthint.
 
 No more searching stores while not knowing what to get a loved one...
 No more faking excitement...
 No more entering information on each retailer’s site at checkout; with GyftHint, you only do that 
 once. 

Download GyftHint now and enjoy gifting the way it should be..stress free and fun!.                    

Informações Básicas da Extensão

Nome Add to GyftHint Add to GyftHint
ID bnlkpgdbgojgikfnjekodgemnidhoomo
URL Oficial https://chromewebstore.google.com/detail/add-to-gyfthint/bnlkpgdbgojgikfnjekodgemnidhoomo
Descrição Add items from all your favorite stores to GyftHint list.
Tamanho do Arquivo 105 KB
Contagem de Instalações 40
Versão Atual 0.0.20
Última Atualização 2023-03-08
Data de Publicação 2020-11-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor developergroup
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Add to GyftHint",
    "description": "Add items from all your favorite stores to GyftHint list.",
    "name": "Add to GyftHint",
    "version": "0.0.20",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "GyftHint",
        "default_icon": "128-128.png"
    },
    "icons": {
        "16": "48-48.png",
        "48": "48-48.png",
        "128": "128-128.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.0.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "Sites\/amazon.js",
                "Sites\/northface.js",
                "Sites\/bestBuy.js",
                "Sites\/ebay.js",
                "Sites\/walmart.js",
                "Sites\/llbean.js",
                "Sites\/etsy.js",
                "Sites\/lowes.js",
                "Sites\/beliviy.js",
                "Sites\/homedepot.js",
                "Sites\/cars.js",
                "Sites\/apple.js",
                "Sites\/gap.js",
                "Sites\/shop.js",
                "Sites\/target.js",
                "Sites\/michaels.js",
                "Sites\/sallybeauty.js",
                "Sites\/macy.js",
                "Sites\/nike.js",
                "Sites\/kohls.js",
                "Sites\/wayfair.js",
                "Sites\/westmarine.js",
                "Sites\/tiffany.js",
                "Sites\/buybuybaby.js",
                "Sites\/petco.js",
                "Sites\/dickssportinggoods.js",
                "Sites\/rei.js",
                "Sites\/bestsellerclothing.js",
                "Sites\/estelauder.js",
                "Sites\/dswshoes.js",
                "Sites\/magento.js",
                "Sites\/sephora.js",
                "Sites\/zappos.js",
                "Sites\/bigcommerce.js",
                "Sites\/ralphlauren.js",
                "Sites\/uncommongoods.js",
                "Sites\/shopify.js",
                "Sites\/basspro.js",
                "Sites\/biko.js",
                "Sites\/hausLondon.js",
                "Sites\/quadlockcase.js",
                "Sites\/brilliant.js",
                "Sites\/candifactory.js",
                "Sites\/nordstrom.js",
                "Sites\/uppercasemagazine.js",
                "Sites\/studioneat.js",
                "Sites\/factory43.js",
                "Sites\/tattly.js",
                "Sites\/triangl.js",
                "Sites\/solerebels.js",
                "Sites\/neimanmarcus.js",
                "Sites\/ulta.js",
                "Sites\/talbots.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "*.js"
    ]
}