Sift Rewards and Cashback - Shop and Earn

Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.

Wat is Sift Rewards and Cashback - Shop and Earn?

Sift Rewards and Cashback - Shop and Earn is een Chrome-extensie ontwikkeld door Sift, en de belangrijkste functie is "Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sift Rewards and Cashback - Shop and Earn

Download Sift Rewards and Cashback - Shop and Earn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Sift Rewards for Chrome offers an easy way to earn cash-back just by shopping at your favorite online stores. Every time you shop at one of our eligible 15,000+ online stores, you'll make a little extra cash for yourself.

By downloading and installing Sift Rewards for Chrome, you are agreeing to the following agreements:

Terms & Conditions: https://www.siftwallet.com/terms.html
Privacy Policy: https://www.siftwallet.com/privacy.html

This is a white-label extension made for Sift Wallet.                    

Basisinformatie over de Extensie

Naam Sift Rewards and Cashback - Shop and Earn Sift Rewards and Cashback - Shop and Earn
ID bdplcdniadnfgncbfhicioidcjbaifgo
Officiële URL https://chromewebstore.google.com/detail/sift-rewards-and-cashback/bdplcdniadnfgncbfhicioidcjbaifgo
Beschrijving Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.
Bestandsgrootte 1.72 MB
Aantal Installaties 299
Huidige Versie 2.3.0
Laatst Bijgewerkt 2023-02-17
Publicatiedatum 2022-03-22
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Sift
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.siftwallet.com
Help Pagina-URL http://www.siftwallet.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.3.0",
    "name": "Sift Rewards and Cashback - Shop and Earn",
    "short_name": "Sift Rewards",
    "description": "Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-disabled.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "earnings.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}