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.

什麼是Sift Rewards and Cashback - Shop and Earn?

Sift Rewards and Cashback - Shop and Earn是由Sift開發的Chrome擴展程式,該擴展的主要功能是“Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Sift Rewards and Cashback - Shop and Earn擴展crx文件

下載Sift Rewards and Cashback - Shop and Earn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Sift Rewards and Cashback - Shop and Earn Sift Rewards and Cashback - Shop and Earn
ID bdplcdniadnfgncbfhicioidcjbaifgo
官方網址 https://chromewebstore.google.com/detail/sift-rewards-and-cashback/bdplcdniadnfgncbfhicioidcjbaifgo
簡介 Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.
檔案大小 1.72 MB
安裝次數 299
目前版本 2.3.0
更新時間 2023-02-17
上架時間 2022-03-22
評分 4.50/5 共 2 次評分
開發者 Sift
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.siftwallet.com
說明頁面URL http://www.siftwallet.com
支援的語言 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": [
                ""
            ]
        }
    ]
}