Coupons

A Google Chrome extension that searches the web for active Coupon Codes & Promo-Offers for the shopping website you are browsing.

Couponsคืออะไร?

Coupons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://google-chrome-coupons.com และคุณลักษณะหลักของมันคือ "A Google Chrome extension that searches the web for active Coupon Codes & Promo-Offers for the shopping website you are browsing."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Many online shoppers search for Coupon Codes online, which leads them to coupon websites, many of which enlist unauthorized vouchers & pirated coupon codes and set cookies in their browsers which can be potentially harmful.

Google Chrome Coupons Extension is a way for you to get 100% legal deals and coupon codes without you having to browse through malicious websites. All you need to do is install the extension in your Chrome browser. The next time you are on a shopping website, just click on the extension icon in the top-right corner of your browser, and it will search out all the legal Coupon Codes for the website you are browsing.

The web gets better with more options and innovation. Google Chrome Coupons Extension is another option, and we hope it contributes to making the web even better.

User Guide:
http://google-chrome-coupons.com/docs/

Support:
http://google-chrome-coupons.com/support/                    

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

ชื่อ Coupons Coupons
ID cekkjidhkmoilcijlamfbkecmlckgakl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coupons/cekkjidhkmoilcijlamfbkecmlckgakl
คำอธิบาย A Google Chrome extension that searches the web for active Coupon Codes & Promo-Offers for the shopping website you are browsing.
ขนาดไฟล์ 56.6 KB
จำนวนการติดตั้ง 353
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2014-02-04
วันที่เผยแพร่ 2014-02-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://google-chrome-coupons.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coupons",
    "description": "A Google Chrome extension that searches the web for active Coupon Codes & Promo-Offers for the shopping website you are browsing.",
    "version": "1.0.3",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Google Chrome Coupons Extension",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "popup": "popup.html"
    },
    "permissions": [
        "http:\/\/discountsandcoupons.in\/",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "dncstyles.css"
            ],
            "js": [
                "dncscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}