Pouch - Automatic Coupons at Checkout

Pouch automatically applies coupon codes at the checkout page with one click.

Pouch - Automatic Coupons at Checkoutคืออะไร?

Pouch - Automatic Coupons at Checkout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://joinpouch.com และคุณลักษณะหลักของมันคือ "Pouch automatically applies coupon codes at the checkout page with one click."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pouch - Automatic Coupons at Checkout

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

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

                        Never search for a voucher code again. Pouch automatically finds and applies coupons and voucher codes at the checkout page for you in one click.

Pouch automatically finds the best coupon codes and discounts as you shop online at over 3,000 UK partner stores, and automatically applies coupons with one click. This free Chrome extension is all you need to save money and get the best working coupon codes in the UK.

You can also earn a percentage back of your purchases at participating retailers with Pouch Points. Each Pouch Point is worth £0.01, and you can exchange your Pouch Points for gift cards.

How Pouch works:
1. Click "Add Pouch" and download Pouch for free. Pin Pouch to Chrome make sure you don't miss out on discounts.
2. Optional - create a free Pouch account if you want to earn Pouch Points.
3. Start shopping online and add items to your shopping cart.
4. At the checkout page, Pouch will automatically test all the best available coupons for you - it is that simple. If we don't have discounts available, you'll instead be able to earn Pouch Points at participating retailers.

You can also explore the best deals we have found by opening the extension or visiting your Pouch account.

Never search for a sale, discount or coupon again when shopping online. Let Pouch do it for you.

Want more info about Pouch? Check our FAQ: https://joinpouch.com/en-gb/faq/extension                    

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

ชื่อ Pouch - Automatic Coupons at Checkout Pouch - Automatic Coupons at Checkout
ID eoolfmmapnkhandljfaaofncecfakljd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pouch-automatic-coupons-a/eoolfmmapnkhandljfaaofncecfakljd
คำอธิบาย Pouch automatically applies coupon codes at the checkout page with one click.
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 238,199
เวอร์ชันปัจจุบัน 10.4.3
อัปเดตครั้งล่าสุด 2023-03-06
วันที่เผยแพร่ 2020-06-16
คะแนน 4.74/5 รวมทั้งหมด 1252 คะแนน
ผู้พัฒนา https://joinpouch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://joinpouch.com
URL หน้าช่วยเหลือ https://joinpouch.com/en-gb/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.joinpouch.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "author": "Global Savings Group",
    "version": "10.4.3",
    "default_locale": "en",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "icons": {
        "16": "static\/16x16-active.png",
        "48": "static\/48x48-active.png",
        "128": "static\/128x128-active.png"
    },
    "action": {
        "default_icon": "static\/128x128-inactive.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}