Wink Coupons

Wink Coupons will provide you an outstanding shopping experience. Save money while doing your favorite things online.

Wink Couponsคืออะไร?

Wink Coupons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wink Coupons และคุณลักษณะหลักของมันคือ "Wink Coupons will provide you an outstanding shopping experience. Save money while doing your favorite things online."

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

screenshot
screenshot
screenshot

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

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

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

                        Welcome to Wink Coupons!

Saving money was never easier. 

With Wink Coupons active you will be seeing any discount or coupon available for the site you are browsing at the moment. With one simple click you can then directly apply the coupon.

It is super easy and super effective:

    - Install Wink Coupons from the Chrome Webstore
    - Continue Browsing and get notified when there is a discount available
    - Activate the discount with one click, you don't even need to type the coupon code manually.

Wink Coupons is connected with a huge database of discount and coupon codes covering the biggest online shops around the world. Our database is updated on a daily basis so you won't even miss the newest discounts out there.

In case you have any questions or want to suggest any features which would make Wink Coupons even better please always feel free to reach out to us at [email protected].

Wink Coupons uses google analytics in order to help us optimize our service according to our users needs. 

Thank you for using Wink Coupons.                    

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

ชื่อ Wink Coupons Wink Coupons
ID ciddleogiondgeldkddeknbdjhjimbld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wink-coupons/ciddleogiondgeldkddeknbdjhjimbld
คำอธิบาย Wink Coupons will provide you an outstanding shopping experience. Save money while doing your favorite things online.
ขนาดไฟล์ 1.67 MB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2020-11-25
วันที่เผยแพร่ 2020-06-25
ผู้พัฒนา Wink Coupons
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://wink.coupons/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wink Coupons",
    "version": "1.2.0",
    "description": "Wink Coupons will provide you an outstanding shopping experience. Save money while doing your favorite things online.",
    "browser_action": {
        "default_title": "Wink Coupons",
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "images\/favicon-16.png",
            "32": "images\/favicon-32.png",
            "48": "images\/favicon-48.png"
        }
    },
    "background": {
        "scripts": [
            "pages\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "images\/favicon-16.png",
        "32": "images\/favicon-32.png",
        "48": "images\/favicon-48.png"
    },
    "web_accessible_resources": [
        "images\/wink-w.png",
        "images\/logo.png",
        "images\/close.png",
        "images\/copy.png"
    ],
    "minimum_chrome_version": "60",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}