fairsavings.in

Browser extension will remind you about the possibility to get cashback (cash back) while shopping

What is fairsavings.in?

fairsavings.in is a Chrome extension developed by FairSavings, and its main feature is "Browser extension will remind you about the possibility to get cashback (cash back) while shopping".

Extension Screenshots

screenshot
screenshot

Download fairsavings.in Extension CRX File

Download fairsavings.in extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Service That Helps You Make Profitable Online Purchases

FairSavings is a cashback service that allows you to make profitable purchases in over 500 popular stores and services across India.

By installing the "Fairsavings" browser extension, we will take care of you receiving cashback. Every time you make purchases online or pay for services that support cashback, the extension will offer you to activate it and automatically credit the saved funds to your account in "FairSavings." You can easily withdraw your cashback to your bank card, PayPal, Amazon Gift Card, Flipkart Gift Card, bank account, and more.

Here are the key features of FairSaving's cashback service:
• Cashback of up to 40% in over 500 popular stores and services in India, including Myntra, boAt, Fitspire, Puma, Samsung, and many others;
• Cashback reminders and easy activation. You will never forget to activate cashback before purchase;
• Quick and convenient withdrawal. Cashback can be withdrawn to a bank card, PayPal, Amazon Gift Card, Flipkart Gift Card, bank account, Binance, UPI, and more.

We would be happy to have you among the users of FairSavings, who are already making smart purchases with us!

By installing the "FairSavings" extension, you agree to the "Terms of Use" and authorize the extension to redirect you to the partner programs' links to which the cashback service is connected.

Additionally, please be informed that the extension uses Google Analytics service to collect usage statistics to improve your user experience. If you do not wish to transfer data to the Google Analytics service, please visit http://tools.google.com/dlpage/gaoptout or install a filter in Adblock Plus or other ad-blocking applications.                    

Extension Basic Information

Name fairsavings.in fairsavings.in
ID fofadbfnifcdbhjmngamiidgeeenpffo
Official URL https://chromewebstore.google.com/detail/fairsavingsin/fofadbfnifcdbhjmngamiidgeeenpffo
Description Browser extension will remind you about the possibility to get cashback (cash back) while shopping
File Size 649 KB
Installation Count 61
Current Version 0.0.3
Last Updated 2023-04-23
Publish Date 2023-04-22
Developer FairSavings
Email [email protected]
Payment Type free
Extension Website https://fairsavings.in/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "fairsavings.in",
    "description": "Browser extension will remind you about the possibility to get cashback (cash back) while shopping",
    "version": "0.0.3",
    "icons": {
        "128": "\/img\/128.png",
        "48": "\/img\/48.png",
        "16": "\/img\/16.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Start page"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/templates\/*",
                "\/libs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}