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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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": [
                ""
            ]
        }
    ]
}