CouponCodes

Latest Discount Coupons & Promo Codes

什麼是CouponCodes?

CouponCodes是由https://couponcodes.menu開發的Chrome擴展程式,該擴展的主要功能是“Latest Discount Coupons & Promo Codes”。

擴展截圖

screenshot

下載CouponCodes擴展crx文件

下載CouponCodes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        CouponCodes searches for the latest coupon codes and deals at over 100+ online stores.

Tired of searching for coupon codes?  

Get the latest coupons delivered automagically to your browser with CouponCodes.  CouponCodes features coupons from over 100+ stores, updated daily.

How to Use:

- Shop online at your favorite stores

- As you browse, if we feature coupons or deals for the store, you'll see an icon on the right side which provides the latest coupons and deals. With a single click, you’ll have access to all of codes.                    

擴展基本資訊

名稱 CouponCodes CouponCodes
ID ianliaajpdpekfmblmneepdfmlnfmekb
官方網址 https://chrome.google.com/webstore/detail/couponcodes/ianliaajpdpekfmblmneepdfmlnfmekb
簡介 Latest Discount Coupons & Promo Codes
檔案大小 70.48 KB
安裝次數 974
目前版本 1.5
更新時間 2016-09-12
上架時間 2016-09-12
評分 5.00/5 共 1 次評分
開發者 https://couponcodes.menu
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.couponcodes.menu
說明頁面URL https://couponcodes.menu/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CouponCodes",
    "description": "Latest Discount Coupons & Promo Codes",
    "version": "1.5",
    "permissions": [
        "tabs"
    ],
    "short_name": "CouponCodes",
    "icons": {
        "16": "favicon.png",
        "48": "icon-32.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Coupon Codes Menu "
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}