CouponCodes

Latest Discount Coupons & Promo Codes

CouponCodesคืออะไร?

CouponCodes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://couponcodes.menu และคุณลักษณะหลักของมันคือ "Latest Discount Coupons & Promo Codes"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}