CashBag

Never miss out on Cash Back!

Wat is CashBag?

CashBag is een Chrome-extensie ontwikkeld door CashBagco, 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

                        CashBag is more than just a rewards website, it’s a tool that helps savvy, savings conscious shoppers earn cash back and secure discounts on just about any online purchase. It’s used by active online shoppers, businesses and just about anyone that’s interested in saving when shopping online                    

Basisinformatie over de Extensie

Naam CashBag CashBag
ID imopfbpogaokhhkplbjilbofihpleagk
Officiële URL https://chromewebstore.google.com/detail/cashbag/imopfbpogaokhhkplbjilbofihpleagk
Beschrijving Never miss out on Cash Back!
Bestandsgrootte 181 KB
Aantal Installaties 132
Huidige Versie 1.1.8
Laatst Bijgewerkt 2018-06-18
Publicatiedatum 2018-06-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar CashBagco
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.cashbag.co/
Help Pagina-URL https://www.cashbag.co/faq
URL van de Privacybeleid Pagina https://www.cashbag.co/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CashBag",
    "version": "1.1.8",
    "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": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}