TotalCash
Helps you to detect available cash back
Wat is TotalCash?
TotalCash is een Chrome-extensie ontwikkeld door totalcash.pl, en de belangrijkste functie is "Helps you to detect available cash back".
Extensie Screenshots
Download het CRX-bestand van de extensie TotalCash
Download TotalCash-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Gdy odwiedzisz sklep, wtyczka Totalcash będzie przypominać Ci o tym, że możesz kupować z cashbackiem.
Zainstaluj wtyczkę i nie zapominaj o możliwym zwrocie części gotówki wydanej na zakupy.
Serwis totalcash.pl umożliwia Państwu uzyskanie zwrotu części wydanej kwoty na zakupy w sklepach internetowych z którymi aktualnie współpracujemy.
Serwis jest w 100% darmowy, nie ponosicie Państwo żadnych kosztów związanych z posiadaniem konta i wypłatą środków.
Aby otrzymywać cashback wystarczy zarejestrować się na naszej stronie i zacząć robić zakupy w sklepach z naszej listy.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | aolfkjnfblmianepooibmbejoahejida | 
| Officiële URL | https://chromewebstore.google.com/detail/totalcash/aolfkjnfblmianepooibmbejoahejida | 
| Beschrijving | Helps you to detect available cash back | 
| Bestandsgrootte | 1.86 MB | 
| Aantal Installaties | 143 | 
| Huidige Versie | 1.0.4 | 
| Laatst Bijgewerkt | 2022-03-16 | 
| Publicatiedatum | 2021-10-12 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | totalcash.pl | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://totalcash.pl | 
| URL van de Privacybeleid Pagina | https://totalcash.pl/polityka-prywatnosci | 
| Ondersteunde Talen | en,pl | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.4",
    "permissions": [
        "alarms",
        "tabs",
        "cookies",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_extTitle__",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/search*",
                "*:\/\/*.google.ru\/search*",
                "*:\/\/*.google.pl\/search*"
            ],
            "js": [
                "google.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/orange48.png",
        "48": "icons\/orange48.png",
        "128": "icons\/orange128.png"
    },
    "default_locale": "en"
}  |  |