Sleek: Cashback Rewards

Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.

什么是Sleek: Cashback Rewards?

Sleek: Cashback Rewards是由http://onsleek.com开发的Chrome扩展程序,该扩展的主要功能是“Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.”。

扩展截图

screenshot
screenshot
screenshot

下载Sleek: Cashback Rewards扩展crx文件

下载Sleek: Cashback Rewards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Connect to Sleek to earn extra cashback for your online purchases… on top of your credit card rewards!*

Sleek's cashback has no minimum redemptions, and unlimited earning amounts.** 

If you like saving money and time, you’ll love Sleek. 

How Cashback Works:
Sleek provides cashback through affiliate partnerships we've made with 1500+ retailers. These retailers pay us when you checkout using Sleek because they value the frictionless experience we've created. That means you get an easier checkout AND cashback. Win-win. Plus, Sleek's cashback has no minimum redemptions and unlimited earning amounts.** 

Security:
Sleek was designed with a deep respect for your security. Your credit card information is encrypted and completely inaccessible to us. In fact, Sleek doesn't even store your credit card information in our databases. The encrypted data is stored on your local device so that it never leaves your computer.

Your Data:
Sleek does not sell your data. When you use Sleek to shop online and earn cashback, we aim to customize your experience using data such as products and URLs viewed, eCommerce carts, and order confirmations, among other things. Sleek does this to provide helpful features like predicting how much cashback you'll earn from a purchase, telling you if an item you're shopping for is eligible for cashback, finding you the best prices, tracking orders, and more. We always want to be as transparent as possible about how your data is handled, so if you have any questions, you can refer to our Privacy Policy (linked below) or email us at [email protected].

Download Sleek's easy-to-use browser extension today and experience the future of online shopping.






*At eligible retailers.
**Subject to Terms of Service.

To learn more about Sleek and keep up with the best deals, come pay us a visit!

Website: www.onsleek.com
Facebook: www.facebook.com/trysleek
Instagram: @tryonsleek
Twitter: @trysleek
TikTok: @trysleek
Pinterest: www.pinterest.com/trysleek

----------
 
By using this add-on, you agree to Sleek’s Terms of Service and Privacy Policy, available at:

Privacy Policy:
www.onsleek.com/privacy-policy

Terms of Service:
www.onsleek.com/terms-of-service

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

扩展基本信息

名称 Sleek: Cashback Rewards Sleek: Cashback Rewards
ID mcjlbeekadpmcdhmagbjppkfbbjdddhn
官方URL https://chrome.google.com/webstore/detail/mcjlbeekadpmcdhmagbjppkfbbjdddhn
简介 Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.
文件大小 998 KB
安装次数 1,231
当前版本 23
更新时间 2023-09-05
上架时间 2022-01-14
评分 4.82/5 共22次评分
开发者 http://onsleek.com
电子邮箱 [email protected]
扩展官网 https://onsleek.com
隐私政策页面URL https://onsleek.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "23",
    "name": "Sleek: Cashback Rewards",
    "description": "Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "cashback-active-flag.html",
                "cashback-banner.html",
                "img\/128.png",
                "img\/48.png",
                "img\/logo_small.png",
                "img\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentUiController.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.onsleek.com\/*"
        ]
    },
    "permissions": [
        "alarms",
        "background",
        "cookies",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0BsXoQ1y0bixJ2vm1aN4CJALDAbHY8ZIYT1\/lhVrUDdH9Olhrsa+s6Z9ygASGmn7Tm3Gg+Jef1GQVLQnVCxGuTNPkecgj8uDjSUj0LnxqbJAY6lRjoi9SbKAKEbAlxnhHkC2Ow5OP2TYzrniJ3Ul36zpTbVJqeiIARjU33FMR7A81xOhByk3xkVtTqVj\/u+3ElFyWb5WEfYrZUnp+x\/pLjEkW2lruTUxdfEhGBu9MM0wwbjzqSIp12DIjJSZFWrYsJQv2AKJWNo0NZvJdjgo9gv3T1ChrUJZcdodtujgHClOJBcZc9LZozWnFOe9Of31cLCegpYRNEkkCdjcy0wbPQIDAQAB"
}