GoferGift

Easily save gifts from your favorite stores like Amazon, WalMart, and Ebay to your GoferGift wishlist! Currently in Beta.

GoferGiftคืออะไร?

GoferGift เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.gofergift.com และคุณลักษณะหลักของมันคือ "Easily save gifts from your favorite stores like Amazon, WalMart, and Ebay to your GoferGift wishlist! Currently in Beta."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Gift giving has become a stressful process. Using GoferGift we can make gift giving a stress free process. Using GoferGift you can set up reminders for events to avoid forgetting events, save gift ideas you want for yourself from any store in the world, and also see what others are asking for. Your friends can mark things as "Purchased" to avoid getting duplicate gifts as well.

We like to think of GoferGift as a living registry.

We are actively working on updating our extension to include more stores everyday, but right now the following stores will import your gift ideas effortlessly:

- Amazon ✔️
- Walmart ✔️
- BestBuy ✔️
- Ebay ✔️
- Nordstrom ✔️
- Macy's ✔️
- Buckle ✔️
- Plow & Hearth ✔️
- Ashley’s Furniture ✔️
- FragranceNet ✔️
- Target ✔️
- Etsy ✔️
- Aliexpress ✔️
- Costco ✔️
- Kohls ✔️
- Sams ✔️
- Home Depot ✔️
- Sears ✔️
- Humblebundle Store ✔️
- Steam ✔️
- Gamestop ✔️
- Dick's Sporting Goods ✔️
- Newegg ✔️
- Overstock ✔️
- Shop.com ✔️ *
- Staples ✔️
- QVC ✔️ *
- Wayfair ✔️ *
- Barnes and Noble ✔️
- Bath and Body Works ✔️
- Michaels ✔️
- Hobby Lobby ✔️
- IKEA ✔️
- Pier1 ✔️
- Ace Hardware ✔️                    

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

ชื่อ GoferGift GoferGift
ID ioimojkeepmcophgcdcmaabiikoiialf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gofergift/ioimojkeepmcophgcdcmaabiikoiialf
คำอธิบาย Easily save gifts from your favorite stores like Amazon, WalMart, and Ebay to your GoferGift wishlist! Currently in Beta.
ขนาดไฟล์ 225 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.2.30
อัปเดตครั้งล่าสุด 2019-08-03
วันที่เผยแพร่ 2019-08-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://app.gofergift.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://app.gofergift.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoferGift",
    "manifest_version": 2,
    "version": "0.2.30",
    "description": "Easily save gifts from your favorite stores like Amazon, WalMart, and Ebay to your GoferGift wishlist! Currently in Beta.",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "The GoferGift Beta Extension."
    },
    "icons": {
        "128": "logo-128px.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "services\/scraper\/scraper.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.google.com 'unsafe-eval'; object-src 'self'"
}