fairsavings.in

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

fairsavings.inとは何ですか?

fairsavings.inはFairSavingsによって開発されたChromeの拡張機能で、その主な機能は「Browser extension will remind you about the possibility to get cashback (cash back) while shopping」です。

拡張機能のスクリーンショット

screenshot
screenshot

fairsavings.in拡張機能のCRXファイルをダウンロード

fairsavings.in拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 fairsavings.in fairsavings.in
ID fofadbfnifcdbhjmngamiidgeeenpffo
公式URL https://chromewebstore.google.com/detail/fairsavingsin/fofadbfnifcdbhjmngamiidgeeenpffo
説明 Browser extension will remind you about the possibility to get cashback (cash back) while shopping
ファイルサイズ 649 KB
インストール数 61
現在のバージョン 0.0.3
最終更新日 2023-04-23
公開日 2023-04-22
開発者 FairSavings
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fairsavings.in/
対応言語 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": [
                ""
            ]
        }
    ]
}