Kashback - Cash Back Rewards

Withdrawal of any amount. The most caring customer service. Love you! :)

Τι είναι το Kashback - Cash Back Rewards;

Το Kashback - Cash Back Rewards είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Кэшбэк-сервис КэшФоБрендс, και η κύρια λειτουργία του είναι "Withdrawal of any amount. The most caring customer service. Love you! :)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Kashback - Cash Back Rewards

Λήψη αρχείων επέκτασης Kashback - Cash Back Rewards σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        World-class Kashback since 2014! 
Browser extension Kachback.com will remind you of the possibility to receive cashback whilst shopping. The best cashback for Booking, Aliexpress and over 1,500+ of other online-stores!

Here are 5 reasons on why our users love us.

★ When you visit the shop, the plugin will remind you to activate the cashback so that you do not miss it.

★ ""No minimum"" withdrawal amounts.
You can withdraw any amount, even if it’s just $1. No need to wait till you have enough money on your account to be able to withdraw it!

★ Share the referral link to Kashback.com cashback service with your friends and get 15% of each of their cashback. Friends will get +40% to the base cashback rate for as much as 2 weeks!

★ The best customer service. 
That's simple, we love our users and do our best to give you with our care!

★ Always free!
Yeap, our app is absolutely free, we never charge for anything. Never pay for what you can get for free. 

Please join us and help us to make us better :) 
We love our dear users!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kashback - Cash Back Rewards Kashback - Cash Back Rewards
ID dkbpnofijjnjdcbafbihddfhchlmidcg
Επίσημο URL https://chromewebstore.google.com/detail/kashback-cash-back-reward/dkbpnofijjnjdcbafbihddfhchlmidcg
Περιγραφή Withdrawal of any amount. The most caring customer service. Love you! :)
Μέγεθος Αρχείου 155 KB
Αριθμός Εγκαταστάσεων 8,402
Τρέχουσα Έκδοση 3.0.7
Τελευταία Ενημέρωση 2021-11-10
Ημερομηνία Δημοσίευσης 2020-06-02
Αξιολόγηση 4.92/5 Συνολικά 4930 Αξιολογήσεις
Προγραμματιστής Кэшбэк-сервис КэшФоБрендс
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cash4brands.ru/
Διεύθυνση URL της Σελίδας Βοήθειας https://cash4brands.ru/help/
URL της Σελίδας Πολιτικής Απορρήτου https://cash4brands.ru/privacy
Υποστηριζόμενες Γλώσσες en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.0.7",
    "manifest_version": 3,
    "default_locale": "ru",
    "host_permissions": [
        "https:\/\/cash4brands.ru\/*",
        "https:\/\/kashback.com\/*",
        "https:\/\/test2.cash4brands.ru:8000\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/icons16.png",
            "32": "\/img\/icons32.png",
            "48": "\/img\/icons48.png",
            "128": "\/img\/icons128.png"
        }
    },
    "icons": {
        "16": "\/img\/icons16.png",
        "32": "\/img\/icons32.png",
        "48": "\/img\/icons48.png",
        "128": "\/img\/icons128.png"
    },
    "current_locale": "__MSG_appLang__",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/search*",
                "https:\/\/*\/yandsearch*"
            ],
            "js": [
                "js\/search.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/kashback.com\/en\/"
}