Gift Card Wiki

Display discount gift cards

What is Gift Card Wiki?

Gift Card Wiki is a Chrome extension developed by https://giftcardwiki.com, and its main feature is "Display discount gift cards".

Extension Screenshots

screenshot
screenshot

Download Gift Card Wiki Extension CRX File

Download Gift Card Wiki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Gift Card Wiki Gift Card Wiki
ID fflbefjanbkodnaakflihokjlhbfcnnd
Official URL https://chromewebstore.google.com/detail/gift-card-wiki/fflbefjanbkodnaakflihokjlhbfcnnd
Description Display discount gift cards
File Size 8.7 KB
Installation Count 317
Current Version 1.0
Last Updated 2015-07-15
Publish Date 2015-07-14
Rating 1.00/5 Total 1 Ratings
Developer https://giftcardwiki.com
Payment Type free
Extension Website http://www.giftcardwiki.com
Help Page URL http://forum.giftcardwiki.com/c/meta
Supported Languages 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
}