TotalCash
Helps you to detect available cash back
Was ist TotalCash?
TotalCash ist eine Chrome-Erweiterung, die von totalcash.pl entwickelt wurde, und ihr Hauptmerkmal ist "Helps you to detect available cash back".
Erweiterungsscreenshots
TotalCash-Erweiterungs-CRX-Datei herunterladen
Laden Sie TotalCash-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aolfkjnfblmianepooibmbejoahejida |
| Offizielle URL | https://chromewebstore.google.com/detail/totalcash/aolfkjnfblmianepooibmbejoahejida |
| Beschreibung | Helps you to detect available cash back |
| Dateigröße | 1.86 MB |
| Installationsanzahl | 143 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2022-03-16 |
| Veröffentlichungsdatum | 2021-10-12 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | totalcash.pl |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://totalcash.pl |
| URL der Datenschutzrichtlinien-Seite | https://totalcash.pl/polityka-prywatnosci |
| Unterstützte Sprachen | 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"
} | |