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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sift และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sift Rewards and Cashback - Shop and Earn

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
                ""
            ]
        }
    ]
}