CashbackEarners Alertbar

Want to know which shops grant cashback when you’re browsing the internet? This is now possible with the CashbackEarners Alertbar!

Τι είναι το CashbackEarners Alertbar;

Το CashbackEarners Alertbar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OrangeBuddies Media BV, και η κύρια λειτουργία του είναι "Want to know which shops grant cashback when you’re browsing the internet? This is now possible with the CashbackEarners Alertbar!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CashbackEarners Alertbar

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

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

                        Would you like to know which shops grant cashback when you’re browsing the internet? This is now possible with the new CashbackEarners Alertbar! Install the Alertbar and never miss out on cashback again when you shop online! You will be notified automatically when you visit a shop that’s affiliated with CashbackEarners. This will save you hundreds of Pounds every year!
 
Here are the advantages of the Alertbar:
•          Automatic notification when you can profit from cashback at a shop
•          Always up to date about the newest promotions on CashbackEarners
•          Quick access to your account
•          Never again forget to shop with cashback
•          Free download which will help you save lots of money
 
Go to https://www.cashbackearners.co.uk/user/register.php and sign up for free!
 
About CashbackEarners
CashbackEarners makes online shopping more fun and cheaper! CashbackEarners gives you cashback on all your online purchases and also offers discount codes and special promotions. With more than 2,000 shops, you can find almost everything you are looking for!
 
How does CashbackEarners work?
Anyone can sign up at CashbackEarners for free! After signing up you will be able to profit from cashback on your online purchases at more than 2,000 shops. Every store on CashbackEarners indicates how much cashback you will receive on your purchases at that store. This could be a percentage of the purchase amount or a predetermined amount per purchase. When you make a purchase via CashbackEarners at a registered store, your purchase will be visible in your account on CashbackEarners and you will receive the shown amount as discount by CashbackEarners. CashbackEarners is able to register your purchases and grant you the discount by using an advanced tracking system.                    

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

Όνομα CashbackEarners Alertbar CashbackEarners Alertbar
ID pbpikgcjdbcpbellcledfdfabmmlocic
Επίσημο URL https://chromewebstore.google.com/detail/cashbackearners-alertbar/pbpikgcjdbcpbellcledfdfabmmlocic
Περιγραφή Want to know which shops grant cashback when you’re browsing the internet? This is now possible with the CashbackEarners Alertbar!
Μέγεθος Αρχείου 179 KB
Αριθμός Εγκαταστάσεων 362
Τρέχουσα Έκδοση 5.0.0
Τελευταία Ενημέρωση 2018-04-16
Ημερομηνία Δημοσίευσης 2018-04-16
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής OrangeBuddies Media BV
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.cashbackearners.co.uk/static/toolbar.php
Διεύθυνση URL της Σελίδας Βοήθειας http://www.cashbackearners.co.uk/static/faq.php
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "version": "5.0.0",
    "description": "__MSG_app_desc__",
    "default_locale": "en_GB",
    "background": {
        "scripts": [
            "libs\/js\/jquery.min.js",
            "libs\/js\/lz-string.js",
            "libs\/js\/character-encoding.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "",
        "unlimitedStorage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.orangebuddies.com\/*",
            "*:\/\/*.cashbackearners.co.uk\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/js\/jquery.min.js",
                "libs\/js\/character-encoding.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "libs\/css\/popup.css",
        "libs\/css\/jquery.bxslider.css",
        "images\/*"
    ],
    "icons": {
        "48": "logo.png",
        "128": "logo.png"
    },
    "manifest_version": 2
}