Cashback Comparison

This extension will check if there is any cashback for the store a user is visiting.

Cashback Comparison क्या है?

Cashback Comparison https://www.cashbackholic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will check if there is any cashback for the store a user is visiting."।

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

screenshot

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

crx प्रारूप में Cashback Comparison एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Cashback Comparison Chrome Extension (plug-in) is provided by CashbackHolic.com to facilitate an easy cashback search and comparison for the online retail store that a shopper is visiting. Simply click the icon on the top right corner of your Chrome Browser, available cashback offers will be displayed for you in a second. No login, no typing, no search button, just one click! This tool will save you time and money for over 10,000 online stores without visiting our cashback comparison site.

Disclaimer: The store you are visiting will be known to this plug-in for cashback search purposes only. No visiting data will be stored on the server or anywhere else. Your privacy is safely protected.                    

एक्सटेंशन की मूल जानकारी

नाम Cashback Comparison Cashback Comparison
ID lkaidpojjdmihdpgegfhhgjcjloknlhm
आधिकारिक URL https://chromewebstore.google.com/detail/cashback-comparison/lkaidpojjdmihdpgegfhhgjcjloknlhm
विवरण This extension will check if there is any cashback for the store a user is visiting.
फ़ाइल का आकार 103 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 3.3.0.1
अंतिम अपडेट 2023-12-21
प्रकाशन तिथि 2018-11-30
रेटिंग 4.78/5 कुल 9 रेटिंग्स
डेवलपर https://www.cashbackholic.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cashbackholic.com
सहायता पृष्ठ URL https://www.cashbackholic.com/faqs.html
गोपनीयता नीति पृष्ठ URL https://www.cashbackholic.com/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cashback Comparison",
    "description": "This extension will check if there is any cashback for the store a user is visiting.",
    "version": "3.3.0.1",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon24.png",
            "32": "icon32.png",
            "64": "icon64.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}