CashBag

Never miss out on Cash Back!

Qu'est-ce que CashBag ?

CashBag est une extension Chrome développée par https://cashbag.co.za, et sa fonction principale est "Never miss out on Cash Back!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CashBag

Téléchargez les fichiers d'extension CashBag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom CashBag CashBag
ID ajefdkjkkfkidolefeelpeanogfpkkbo
URL Officiel https://chromewebstore.google.com/detail/cashbag/ajefdkjkkfkidolefeelpeanogfpkkbo
Description Never miss out on Cash Back!
Taille du Fichier 209 KB
Nombre d'Installations 190
Version Actuelle 1.1.9
Dernière Mise à Jour 2016-11-10
Date de Publication 2016-11-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://cashbag.co.za
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.cashbag.co.za
URL de la Page d'Aide https://cashbag.co.za/how-cashbag-works
URL de la Page de Politique de Confidentialité https://www.cashbag.co/privacy-policy
Langues Prises en Charge 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"
    }
}