CouponCodes

Latest Discount Coupons & Promo Codes

CouponCodes là gì?

CouponCodes là một tiện ích mở rộng Chrome được phát triển bởi https://couponcodes.menu, và tính năng chính của nó là "Latest Discount Coupons & Promo Codes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CouponCodes

Tải xuống các tệp mở rộng CouponCodes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CouponCodes CouponCodes
ID ianliaajpdpekfmblmneepdfmlnfmekb
URL Chính Thức https://chrome.google.com/webstore/detail/couponcodes/ianliaajpdpekfmblmneepdfmlnfmekb
Mô tả Latest Discount Coupons & Promo Codes
Kích Thước Tệp 70.48 KB
Số Lần Cài Đặt 974
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2016-09-12
Ngày Phát Hành 2016-09-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://couponcodes.menu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.couponcodes.menu
URL Trang Trợ Giúp https://couponcodes.menu/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}