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文件

下載Quidco Cashback Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": []
        }
    ]
}