CashBag

Never miss out on Cash Back!

Hvad er CashBag?

CashBag er en Chrome-udvidelse udviklet af CashBagco, og dens hovedfunktion er "Never miss out on Cash Back!".

Udvidelsesskærmbilleder

screenshot

Download CashBag-udvidelses-CRX-fil

Download CashBag-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn CashBag CashBag
ID imopfbpogaokhhkplbjilbofihpleagk
Officiel URL https://chromewebstore.google.com/detail/cashbag/imopfbpogaokhhkplbjilbofihpleagk
Beskrivelse Never miss out on Cash Back!
Filstørrelse 181 KB
Antal Installationer 132
Nuværende Version 1.1.8
Senest Opdateret 2018-06-18
Udgivelsesdato 2018-06-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler CashBagco
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.cashbag.co/
Hjælpeside-URL https://www.cashbag.co/faq
URL til Fortrolighedspolitik Side https://www.cashbag.co/privacy-policy
Understøttede Sprog 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"
    }
}