CashBag

Never miss out on Cash Back!

Hvad er CashBag?

CashBag er en Chrome-udvidelse udviklet af https://cashbag.co.za, 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

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn CashBag CashBag
ID ajefdkjkkfkidolefeelpeanogfpkkbo
Officiel URL https://chromewebstore.google.com/detail/cashbag/ajefdkjkkfkidolefeelpeanogfpkkbo
Beskrivelse Never miss out on Cash Back!
Filstørrelse 209 KB
Antal Installationer 190
Nuværende Version 1.1.9
Senest Opdateret 2016-11-10
Udgivelsesdato 2016-11-09
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://cashbag.co.za
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.cashbag.co.za
Hjælpeside-URL https://cashbag.co.za/how-cashbag-works
URL til Fortrolighedspolitik Side https://www.cashbag.co/privacy-policy
Understøttede Sprog 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"
    }
}