Sleek: Cashback Rewards

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

Cos'è Sleek: Cashback Rewards?

Sleek: Cashback Rewards è un'estensione di Chrome sviluppata da http://onsleek.com, e la sua funzione principale è "Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sleek: Cashback Rewards

Scarica i file di estensione Sleek: Cashback Rewards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sleek: Cashback Rewards Sleek: Cashback Rewards
ID mcjlbeekadpmcdhmagbjppkfbbjdddhn
URL Ufficiale https://chrome.google.com/webstore/detail/mcjlbeekadpmcdhmagbjppkfbbjdddhn
Descrizione Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.
Dimensione del File 998 KB
Conteggio Installazioni 1,231
Versione Corrente 23
Ultimo Aggiornamento 2023-09-05
Data di Pubblicazione 2022-01-14
Valutazione 4.82/5 Totale 22 Valutazioni
Sviluppatore http://onsleek.com
Email [email protected]
Sito Web dell'Estensione https://onsleek.com
URL della Pagina della Politica sulla Privacy https://onsleek.com/privacy-policy
Lingue Supportate 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"
}