GiftList

Add items from any store to your Gift List

GiftListคืออะไร?

GiftList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mygiftlistapp.com และคุณลักษณะหลักของมันคือ "Add items from any store to your Gift List"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GiftList

ดาวน์โหลดไฟล์ส่วนขยาย GiftList ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickly add items from any store website to your any of your Gift Lists.
Just click the 'Scan' button to automatically pull the relevant data from any  product page and choose which Gift List to add it to.  If you want you can edit the details before adding it, right in the plug-in.

Find gift ideas online and add them directly to your Gift List!  Let your family and friends see know exactly what you want, have private discussions and plan who's going to get it for you!

You can create your list at https://mygiftlistapp.com or download our apps here:
Android: https://play.google.com/store/apps/details?id=com.grappetite.giftlist&hl=en&gl=US
iOS: https://apps.apple.com/us/app/giftlist-a-gift-sharing-app/id1440596904 

GiftList brings all your Christmas planning gift planning into one place and allows you to easily share what gifts you want and track what your friends and family want this Christmas.  

GiftList Functionally:
- Easily search and add items from top brands.
- Share your GiftList(s) with friends and family members.
- Correlate specific GiftLists with event dates for birthdays, holidays, and special occasions.
- Discretely suggest gifts others can buy and chat with mutual friends about giving.
- Indicate purchased or reserved items to ensure duplicate presents are avoided.
- Send previously-created gift lists from other websites to [email protected] or simply snap a picture/screenshot of a homemade list and email it to us. Let us create GiftLists for you and help get you started!


Why GiftList:

GiftList makes it easy for friends and family to know exactly what you want to receive. No more dreading your own birthday or holiday party… knowing you’ll be exchanging half your gifts when it’s all said and done! Simply share your GiftList to ensure your specific wants are known. Your friends and family will appreciate it too!

No more guessing about what to get your mother! Just check out her GiftList to see what she’s been hoping for! Update any item as “bought” or “reserved” so no one else purchases for her - it is that simple!

Get everything you actually want for yourself and always give the perfect gift!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GiftList GiftList
ID caneoljldgomglgghkihhhhigiflpkkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/giftlist/caneoljldgomglgghkihhhhigiflpkkb
คำอธิบาย Add items from any store to your Gift List
ขนาดไฟล์ 296 KB
จำนวนการติดตั้ง 510
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2022-10-06
วันที่เผยแพร่ 2019-12-03
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://mygiftlistapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mygiftlistapp.com/
URL หน้าช่วยเหลือ https://mygiftlistapp.com/
URL หน้านโยบายความเป็นส่วนตัว https://mygiftlistapp.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GiftList",
    "description": "Add items from any store to your Gift List",
    "version": "1.1.4",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/purify.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/mygiftlistapp.com\/api\/v1\/login"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}