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
官方網址 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"
}