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
Eメール [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"
}