CashBag

Never miss out on Cash Back!

Was ist CashBag?

CashBag ist eine Chrome-Erweiterung, die von CashBagco 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

                        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                    

Grundlegende Informationen zur Erweiterung

Name CashBag CashBag
ID imopfbpogaokhhkplbjilbofihpleagk
Offizielle URL https://chromewebstore.google.com/detail/cashbag/imopfbpogaokhhkplbjilbofihpleagk
Beschreibung Never miss out on Cash Back!
Dateigröße 181 KB
Installationsanzahl 132
Aktuelle Version 1.1.8
Letztes Update 2018-06-18
Veröffentlichungsdatum 2018-06-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler CashBagco
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.cashbag.co/
Hilfeseite URL https://www.cashbag.co/faq
URL der Datenschutzrichtlinien-Seite https://www.cashbag.co/privacy-policy
Unterstützte Sprachen 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"
    }
}