Add to GyftHint

Add items from all your favorite stores to GyftHint list.

Wat is Add to GyftHint?

Add to GyftHint is een Chrome-extensie ontwikkeld door developergroup, en de belangrijkste functie is "Add items from all your favorite stores to GyftHint list.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Add to GyftHint

Download Add to GyftHint-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!.                    

Basisinformatie over de Extensie

Naam Add to GyftHint Add to GyftHint
ID bnlkpgdbgojgikfnjekodgemnidhoomo
Officiële URL https://chromewebstore.google.com/detail/add-to-gyfthint/bnlkpgdbgojgikfnjekodgemnidhoomo
Beschrijving Add items from all your favorite stores to GyftHint list.
Bestandsgrootte 105 KB
Aantal Installaties 40
Huidige Versie 0.0.20
Laatst Bijgewerkt 2023-03-08
Publicatiedatum 2020-11-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar developergroup
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}