Quidco Cashback Reminder

The Quidco extension reminds you of the cashback you could be earning when browsing your favourite retailers.

Quidco Cashback Reminder란 무엇입니까?

Quidco Cashback Reminder은(는) https://quidco.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Quidco extension reminds you of the cashback you could be earning when browsing your favourite retailers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Quidco Cashback Reminder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Never miss out on cashback when you shop online ever again.

Get cashback offers when browsing online retailers, or see highlighted cashback offers on Google search results.

Sign into Quidco or if you aren’t already a member create a free account at quidco.com

1. Add the extension
2. Visit one of our many partnered retailers
3. Click the ‘Activate cashback’ button on the pop up
4. Make your purchase as usual
5. Then kick back and relax while we process your cashback.

It’s safe, it’s secure, it’s free. Start earning money while you shop                    

확장 프로그램 기본 정보

이름 Quidco Cashback Reminder Quidco Cashback Reminder
ID offafgdgnliocofjjiohlpjpenbogkbl
공식 URL https://chromewebstore.google.com/detail/quidco-cashback-reminder/offafgdgnliocofjjiohlpjpenbogkbl
설명 The Quidco extension reminds you of the cashback you could be earning when browsing your favourite retailers.
파일 크기 1.99 MB
설치 횟수 67,808
현재 버전 3.2.2
최근 업데이트 2023-09-29
출시 날짜 2020-07-02
평점 2.89/5 총 36 개의 평점
개발자 https://quidco.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.quidco.com/cashback-reminder/
도움말 페이지 URL https://support.quidco.com/
개인정보 보호 정책 페이지 URL https://t.quidco.com/reminder-privacy-policy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quidco Cashback Reminder",
    "short_name": "Quidco",
    "version": "3.2.2",
    "description": "The Quidco extension reminds you of the cashback you could be earning when browsing your favourite retailers.",
    "homepage_url": "https:\/\/www.quidco.com\/",
    "author": "Quidco.com",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icon-blue.png",
        "default_title": "Quidco Cashback Reminder",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-blue-16.png",
        "18": "icon-blue-18.png",
        "32": "icon-blue-32.png",
        "128": "icon-blue.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "icon-blue.png",
                "icon-gray.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}