EZGiftCard

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

EZGiftCardคืออะไร?

EZGiftCard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iric และคุณลักษณะหลักของมันคือ "Easily manage and spend your gift cards from the extension while shopping online."

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

screenshot

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

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

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

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