EZGiftCard

Easily manage and spend your gift cards from the extension while shopping online.

EZGiftCard란 무엇입니까?

EZGiftCard은(는) iric에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily manage and spend your gift cards from the extension while shopping online."입니다.

확장 프로그램 스크린샷

screenshot

EZGiftCard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Managing and spending your stack of gift cards is a pain but EZGiftCard will simplify every step of your gift card experience.

Here is how:
- When you get a gift card, simply use your iPhone’s camera to quickly upload your gift card to the EZGiftCard app
- Then put the physical plastic gift card in a safe place and forget about it. Forget about it? Yup!
- Don’t worry! EZGiftCard will remind you to spend them. Whether you walk into your favorite store or checking out online, EZGiftCard will notify you about your gift cards that can be redeemed.
- Then simply scan the app generated barcode in-store or select the gift card you want to use from the EZGiftCard browser extension and click apply. Voila! Gift Cards Redeemed!

This app uses background location to remind our users, when they walk into a merchant's physical store, of gift cards that can be used there.                    

확장 프로그램 기본 정보

이름 EZGiftCard EZGiftCard
ID cekeijfdpbhecnmliembpmbbgpgpmefg
공식 URL https://chromewebstore.google.com/detail/ezgiftcard/cekeijfdpbhecnmliembpmbbgpgpmefg
설명 Easily manage and spend your gift cards from the extension while shopping online.
파일 크기 13.09 MB
설치 횟수 91
현재 버전 1.0.3
최근 업데이트 2021-03-23
출시 날짜 2020-12-16
평점 5.00/5 총 2 개의 평점
개발자 iric
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ezgiftcard.com
도움말 페이지 URL https://www.ezgiftcard.com/contact-1
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easily manage and spend your gift cards from the extension while shopping online.",
    "version": "1.0.3",
    "name": "EZGiftCard",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "ez-logo-gray.png"
    },
    "icons": {
        "128": "ez-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ez-logo.png",
        "ez-logo-gray.png"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com\/analytics.js\/v1\/72ARDweOHcKYRGhp1HFEUtGHdIO6hKIN\/analytics.min.js 'unsafe-eval'; object-src 'self'"
}