ChoiceCheapies

Summarised deals, coupons and cashbacks from ChoiceCheapies

什麼是ChoiceCheapies?

ChoiceCheapies是由https://cheapies.nz開發的Chrome擴展程式,該擴展的主要功能是“Summarised deals, coupons and cashbacks from ChoiceCheapies”。

擴展截圖

screenshot
screenshot
screenshot

下載ChoiceCheapies擴展crx文件

下載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
官方網址 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\/"
    ]
}