Add to GyftHint

Add items from all your favorite stores to GyftHint list.

Qu'est-ce que Add to GyftHint ?

Add to GyftHint est une extension Chrome développée par developergroup, et sa fonction principale est "Add items from all your favorite stores to GyftHint list.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Add to GyftHint

Téléchargez les fichiers d'extension Add to GyftHint au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Add to GyftHint Add to GyftHint
ID bnlkpgdbgojgikfnjekodgemnidhoomo
URL Officiel https://chromewebstore.google.com/detail/add-to-gyfthint/bnlkpgdbgojgikfnjekodgemnidhoomo
Description Add items from all your favorite stores to GyftHint list.
Taille du Fichier 105 KB
Nombre d'Installations 40
Version Actuelle 0.0.20
Dernière Mise à Jour 2023-03-08
Date de Publication 2020-11-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur developergroup
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}