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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}