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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}