Add to GyftHint

Add items from all your favorite stores to GyftHint list.

Τι είναι το Add to GyftHint;

Το Add to GyftHint είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον developergroup, και η κύρια λειτουργία του είναι "Add items from all your favorite stores to GyftHint list.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Add to GyftHint

Λήψη αρχείων επέκτασης Add to GyftHint σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Add to GyftHint Add to GyftHint
ID bnlkpgdbgojgikfnjekodgemnidhoomo
Επίσημο URL https://chromewebstore.google.com/detail/add-to-gyfthint/bnlkpgdbgojgikfnjekodgemnidhoomo
Περιγραφή Add items from all your favorite stores to GyftHint list.
Μέγεθος Αρχείου 105 KB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 0.0.20
Τελευταία Ενημέρωση 2023-03-08
Ημερομηνία Δημοσίευσης 2020-11-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής developergroup
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}