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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Quidco extension reminds you of the cashback you could be earning when browsing your favourite retailers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quidco Cashback Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
        }
    ]
}