GoferGift

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

什么是GoferGift?

GoferGift是由https://app.gofergift.com开发的Chrome扩展程序,该扩展的主要功能是“Easily save gifts from your favorite stores like Amazon, WalMart, and Ebay to your GoferGift wishlist! Currently in Beta.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载GoferGift扩展crx文件

下载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'"
}