ChoiceCheapies

Summarised deals, coupons and cashbacks from ChoiceCheapies

ChoiceCheapies là gì?

ChoiceCheapies là một tiện ích mở rộng Chrome được phát triển bởi https://cheapies.nz, và tính năng chính của nó là "Summarised deals, coupons and cashbacks from ChoiceCheapies".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChoiceCheapies

Tải xuống các tệp mở rộng ChoiceCheapies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChoiceCheapies ChoiceCheapies
ID lojbmbcdpibopgkhoofnapmgooobiikj
URL Chính Thức https://chromewebstore.google.com/detail/choicecheapies/lojbmbcdpibopgkhoofnapmgooobiikj
Mô tả Summarised deals, coupons and cashbacks from ChoiceCheapies
Kích Thước Tệp 48.5 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2021-08-23
Ngày Phát Hành 2021-08-23
Nhà Phát Triển https://cheapies.nz
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://cheapies.nz/contact
URL Trang Chính Sách Bảo Mật https://www.ozbargain.com.au/wiki/help:privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}