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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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