CashBag

Never miss out on Cash Back!

Was ist CashBag?

CashBag ist eine Chrome-Erweiterung, die von https://cashbag.co.za entwickelt wurde, und ihr Hauptmerkmal ist "Never miss out on Cash Back!".

Erweiterungsscreenshots

screenshot

CashBag-Erweiterungs-CRX-Datei herunterladen

Laden Sie CashBag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name CashBag CashBag
ID ajefdkjkkfkidolefeelpeanogfpkkbo
Offizielle URL https://chromewebstore.google.com/detail/cashbag/ajefdkjkkfkidolefeelpeanogfpkkbo
Beschreibung Never miss out on Cash Back!
Dateigröße 209 KB
Installationsanzahl 190
Aktuelle Version 1.1.9
Letztes Update 2016-11-10
Veröffentlichungsdatum 2016-11-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://cashbag.co.za
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.cashbag.co.za
Hilfeseite URL https://cashbag.co.za/how-cashbag-works
URL der Datenschutzrichtlinien-Seite https://www.cashbag.co/privacy-policy
Unterstützte Sprachen 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"
    }
}