ChoiceCheapies

Summarised deals, coupons and cashbacks from ChoiceCheapies

ChoiceCheapiesคืออะไร?

ChoiceCheapies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cheapies.nz และคุณลักษณะหลักของมันคือ "Summarised deals, coupons and cashbacks from ChoiceCheapies"

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

screenshot
screenshot
screenshot

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

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

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

                        ChoiceCheapies is an online community of shoppers in New Zealand to share and discuss bargains. This extension looks up ChoiceCheapies to check for active coupon codes, deals and cashbacks for the merchant on the current page. It also allows the user to post the current page as a deal.

To use it,
- Go to a merchant website
- Click on ChoiceCheapies extension
- A popup will appear showing the currently available coupons, recent active deals and available cashback rates from various providers.

You can also
- Search for store or products on ChoiceCheapies
- Post the current page as a deal to ChoiceCheapies                    

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

ชื่อ ChoiceCheapies ChoiceCheapies
ID lojbmbcdpibopgkhoofnapmgooobiikj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/choicecheapies/lojbmbcdpibopgkhoofnapmgooobiikj
คำอธิบาย Summarised deals, coupons and cashbacks from ChoiceCheapies
ขนาดไฟล์ 48.5 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-08-23
วันที่เผยแพร่ 2021-08-23
ผู้พัฒนา https://cheapies.nz
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://cheapies.nz/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.ozbargain.com.au/wiki/help:privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChoiceCheapies",
    "version": "1.2.0",
    "description": "Summarised deals, coupons and cashbacks from ChoiceCheapies",
    "icons": {
        "16": "choicecheapies\/16.png",
        "32": "choicecheapies\/32.png",
        "48": "choicecheapies\/48.png",
        "128": "choicecheapies\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "choicecheapies\/16.png",
            "32": "choicecheapies\/32.png",
            "48": "choicecheapies\/48.png",
            "128": "choicecheapies\/128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.cheapies.nz\/"
    ]
}