GoferGift

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

¿Qué es GoferGift?

GoferGift es una extensión de Chrome desarrollada por https://app.gofergift.com, y su función principal es "Easily save gifts from your favorite stores like Amazon, WalMart, and Ebay to your GoferGift wishlist! Currently in Beta.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GoferGift

Descarga archivos de extensión GoferGift en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 ✔️                    

Información Básica de la Extensión

Nombre GoferGift GoferGift
ID ioimojkeepmcophgcdcmaabiikoiialf
URL Oficial https://chromewebstore.google.com/detail/gofergift/ioimojkeepmcophgcdcmaabiikoiialf
Descripción Easily save gifts from your favorite stores like Amazon, WalMart, and Ebay to your GoferGift wishlist! Currently in Beta.
Tamaño del Archivo 225 KB
Cantidad de Instalaciones 47
Versión Actual 0.2.30
Última Actualización 2019-08-03
Fecha de Publicación 2019-08-02
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://app.gofergift.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://app.gofergift.com/privacy
Idiomas Soportados 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'"
}