Gift Card Wiki

Display discount gift cards

Gift Card Wikiคืออะไร?

Gift Card Wiki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://giftcardwiki.com และคุณลักษณะหลักของมันคือ "Display discount gift cards"

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

screenshot
screenshot

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

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

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

                        Automatically populate discount gift cards information while your are shopping online. Help you to save more!

For example, while you are shopping at macys.com, it searches the discount Macy's gift cards and populates the rate in the badge. Simply click the icon and start saving!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gift Card Wiki Gift Card Wiki
ID fflbefjanbkodnaakflihokjlhbfcnnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gift-card-wiki/fflbefjanbkodnaakflihokjlhbfcnnd
คำอธิบาย Display discount gift cards
ขนาดไฟล์ 8.7 KB
จำนวนการติดตั้ง 317
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-07-15
วันที่เผยแพร่ 2015-07-14
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://giftcardwiki.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.giftcardwiki.com
URL หน้าช่วยเหลือ http://forum.giftcardwiki.com/c/meta
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gift Card Wiki",
    "description": "Display discount gift cards",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "homepage_url": "http:\/\/www.giftcardwiki.com\/",
    "author": "GiftCardWiki",
    "permissions": [
        "tabs",
        "http:\/\/www.giftcardwiki.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_name": "Gift Card Wiki",
        "default_title": "Show Discount Gift Cards",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}