CashbackDiscount Alertbar

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

CashbackDiscount Alertbar क्या है?

CashbackDiscount Alertbar OrangeBuddies Media BV द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Want to know which shops grant cashback when you’re browsing the internet? This is now possible with the CashbackDiscount Alertbar!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CashbackDiscount Alertbar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Would you like to know which shops grant cashback when you’re browsing the internet? This is now possible with the new CashbackDiscount 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 CashbackDiscount. 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 CashbackDiscount
•          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 CashbackDiscount
CashbackDiscount makes online shopping more fun and cheaper! CashbackDiscount 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 CashbackDiscount work?
Anyone can sign up at CashbackDiscount 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 CashbackDiscount 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 CashbackDiscount at a registered store, your purchase will be visible in your account on CashbackDiscount and you will receive the shown amount as discount by CashbackDiscount. CashbackDiscount is able to register your purchases and grant you the discount by using an advanced tracking system.                    

एक्सटेंशन की मूल जानकारी

नाम CashbackDiscount Alertbar CashbackDiscount Alertbar
ID fmofafdondidbiigaeebpkocdenchogi
आधिकारिक URL https://chrome.google.com/webstore/detail/cashbackdiscount-alertbar/fmofafdondidbiigaeebpkocdenchogi
विवरण Want to know which shops grant cashback when you’re browsing the internet? This is now possible with the CashbackDiscount Alertbar!
फ़ाइल का आकार 177 KB
स्थापना संख्या 40
वर्तमान संस्करण 5.0.0
अंतिम अपडेट 2018-04-16
प्रकाशन तिथि 2018-04-16
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर OrangeBuddies Media BV
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.cashbackdiscount.co.uk/static/toolbar.php
सहायता पृष्ठ URL http://www.cashbackdiscount.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\/*",
            "*:\/\/*.cashbackdiscount.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
}