Sleek: Cashback Rewards

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

O que é Sleek: Cashback Rewards?

Sleek: Cashback Rewards é uma extensão do Chrome desenvolvida por http://onsleek.com, e sua principal característica é "Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sleek: Cashback Rewards

Baixe arquivos de extensão Sleek: Cashback Rewards no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Sleek: Cashback Rewards Sleek: Cashback Rewards
ID mcjlbeekadpmcdhmagbjppkfbbjdddhn
URL Oficial https://chrome.google.com/webstore/detail/mcjlbeekadpmcdhmagbjppkfbbjdddhn
Descrição Unlimited cashback. 1000's of stores. Experience the future of shopping with Sleek.
Tamanho do Arquivo 998 KB
Contagem de Instalações 1,231
Versão Atual 23
Última Atualização 2023-09-05
Data de Publicação 2022-01-14
Classificação 4.82/5 Total de 22 Avaliações
Desenvolvedor http://onsleek.com
Email [email protected]
Site da Extensão https://onsleek.com
URL da Página de Política de Privacidade https://onsleek.com/privacy-policy
Idiomas Suportados 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"
}