TotalCash

Helps you to detect available cash back

Qu'est-ce que TotalCash ?

TotalCash est une extension Chrome développée par totalcash.pl, et sa fonction principale est "Helps you to detect available cash back".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension TotalCash 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

                        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.                    

Informations de Base sur l'Extension

Nom TotalCash TotalCash
ID aolfkjnfblmianepooibmbejoahejida
URL Officiel https://chromewebstore.google.com/detail/totalcash/aolfkjnfblmianepooibmbejoahejida
Description Helps you to detect available cash back
Taille du Fichier 1.86 MB
Nombre d'Installations 143
Version Actuelle 1.0.4
Dernière Mise à Jour 2022-03-16
Date de Publication 2021-10-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur totalcash.pl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://totalcash.pl
URL de la Page de Politique de Confidentialité https://totalcash.pl/polityka-prywatnosci
Langues Prises en Charge 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"
}