CashBag

Never miss out on Cash Back!

Wat is CashBag?

CashBag is een Chrome-extensie ontwikkeld door https://cashbag.co.za, en de belangrijkste functie is "Never miss out on Cash Back!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CashBag

Download CashBag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        With the CashBag Cash Back Button you’ll never miss out on cash back again!

	•	Get an alert anytime you visit a store that offers cash back without having to first go through the CashBag website
	•	Compare cash back deals right on your google search results pages
	•	Press the CashBag icon to see hot deals, stores, your cash back balances and account information at any time

Install the official CashBag Cash Back Button for Chrome today and start saving!                    

Basisinformatie over de Extensie

Naam CashBag CashBag
ID ajefdkjkkfkidolefeelpeanogfpkkbo
Officiële URL https://chromewebstore.google.com/detail/cashbag/ajefdkjkkfkidolefeelpeanogfpkkbo
Beschrijving Never miss out on Cash Back!
Bestandsgrootte 209 KB
Aantal Installaties 190
Huidige Versie 1.1.9
Laatst Bijgewerkt 2016-11-10
Publicatiedatum 2016-11-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://cashbag.co.za
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.cashbag.co.za
Help Pagina-URL https://cashbag.co.za/how-cashbag-works
URL van de Privacybeleid Pagina https://www.cashbag.co/privacy-policy
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CashBag",
    "version": "1.1.9",
    "description": "Never miss out on Cash Back!",
    "homepage_url": "https:\/\/cashbag.co.za\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "js\/libs\/jquery.js",
                "js\/libs\/underscore.js",
                "js\/libs\/backbone.js",
                "js\/libs\/handlebars.js",
                "styles\/styles.js",
                "js\/content\/templates.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "CashBag"
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "32": "icons\/icon-32.png"
    }
}