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"
    ]
}