CouponsHelper

Retrieves coupons while browsing merchant sites

CouponsHelperคืออะไร?

CouponsHelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.couponshelper.com และคุณลักษณะหลักของมันคือ "Retrieves coupons while browsing merchant sites"

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

screenshot
screenshot
screenshot

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

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

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

                        A true “Must Have" add-on: Get CouponsHelper now and start saving money, right away!

CouponsHelper notifies you of coupons as you browse the net. Visit the site of one of the thousands of online merchants we support and get coupons straight into your browser. How? Our pink piggy will flash when coupons are found!

Important features:

CouponsHelper alerts you to money-saving coupons and free shipping codes for the site that you are on.
CouponsHelper currently supports US and French retailers. Some more markets will be added soon!
Supports a huge range of notifications so you're informed of online coupon codes on the site you're on in whichever way you prefer.

When looking at a product on a merchants site, CouponsHelper jumps into action right away and finds coupons you can use. Use CouponsHelper and you'll never miss the best deals!

Cost: Free!                    

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

ชื่อ CouponsHelper CouponsHelper
ID ikbgdknecnekikmhpcigmafgiollmmgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/couponshelper/ikbgdknecnekikmhpcigmafgiollmmgf
คำอธิบาย Retrieves coupons while browsing merchant sites
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 3,289
เวอร์ชันปัจจุบัน 2.0.0.0
อัปเดตครั้งล่าสุด 2016-12-19
วันที่เผยแพร่ 2016-12-19
คะแนน 4.33/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://www.couponshelper.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.downloadhelper.net/privacy
ภาษาที่รองรับ en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CouponsHelper",
    "default_locale": "en_US",
    "version": "2.0.0.0",
    "version_name": "2.0.0.0",
    "author": "Michel Gutierrez",
    "description": "Retrieves coupons while browsing merchant sites",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "notifications",
        "webRequest",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "32": "content\/images\/icon-32.png",
        "40": "content\/images\/icon-40.png",
        "48": "content\/images\/icon-48.png",
        "128": "content\/images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "40": "content\/images\/icon-40.png"
        },
        "default_title": "CouponsHelper",
        "default_popup": "content\/popup.html"
    },
    "options_page": "content\/settings.html?panel=settings",
    "web_accessible_resources": [
        "content\/images\/icon-18.png"
    ]
}