CashBag

Never miss out on Cash Back!

What is CashBag?

CashBag is a Chrome extension developed by CashBagco, and its main feature is "Never miss out on Cash Back!".

Extension Screenshots

screenshot

Download CashBag Extension CRX File

Download CashBag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CashBag CashBag
ID imopfbpogaokhhkplbjilbofihpleagk
Official URL https://chromewebstore.google.com/detail/cashbag/imopfbpogaokhhkplbjilbofihpleagk
Description Never miss out on Cash Back!
File Size 181 KB
Installation Count 132
Current Version 1.1.8
Last Updated 2018-06-18
Publish Date 2018-06-18
Rating 5.00/5 Total 1 Ratings
Developer CashBagco
Email [email protected]
Payment Type free
Extension Website https://www.cashbag.co/
Help Page URL https://www.cashbag.co/faq
Privacy Policy Page URL https://www.cashbag.co/privacy-policy
Supported Languages 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"
    }
}