WEB.DE WEB.Cent Alarm
Dank des WEB.Cent Alarm verpassen Sie keine Möglichkeit mehr Cashback zu sammeln. Sparen Sie beim Shoppen im Internet bares Geld!
Cos'è WEB.DE WEB.Cent Alarm?
WEB.DE WEB.Cent Alarm è un'estensione di Chrome sviluppata da webcent-addon-webde, e la sua funzione principale è "Dank des WEB.Cent Alarm verpassen Sie keine Möglichkeit mehr Cashback zu sammeln. Sparen Sie beim Shoppen im Internet bares Geld!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WEB.DE WEB.Cent Alarm
Scarica i file di estensione WEB.DE WEB.Cent Alarm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
*Shoppen, Sparen - Cashback kassieren!* WEB.Cent, das Cashback System von WEB.DE bietet bei über 1.000 Online-Partnern satte Prozente. Aktivieren Sie den WEB.Cent Alarm um keine Ersparnis mehr zu verpassen. So funktioniert es: Immer wenn Sie auf einer Webseite mit WEB.Cent sparen können, erscheint eine kleine Info. Mit einem Klick gelangen Sie zur entsprechenden Partnerseite bei WEB.Cent und schon mit dem nächsten Klick werden Ihnen die Prozente für Ihren Einkauf gutgeschrieben - so einfach, so sparsam. Die neue integrierte Suche hilft Ihnen schnell und übersichtlich ihren Lieblingsshop zu finden und Dank dem neuen Login, ist Sammeln und Sparen nun noch einfacher. Wenn Sie wissen wollen um ihr Lieblingsshop bei WEB.Cent Cashback dabei ist, unterstützt Sie nun auch die integrierte Suche - alles damit Sie immer sparen! AGB: https://agb-server.web.de/web.cent Impressum: https://web.de/impressum/
Informazioni di Base sull'Estensione
Nome | WEB.DE WEB.Cent Alarm |
ID | ijgcadbolpdbkanfofaoapomhjdnbpol |
URL Ufficiale | https://chromewebstore.google.com/detail/webde-webcent-alarm/ijgcadbolpdbkanfofaoapomhjdnbpol |
Descrizione | Dank des WEB.Cent Alarm verpassen Sie keine Möglichkeit mehr Cashback zu sammeln. Sparen Sie beim Shoppen im Internet bares Geld! |
Dimensione del File | 973 KB |
Conteggio Installazioni | 786 |
Versione Corrente | 3.2.1 |
Ultimo Aggiornamento | 2024-02-21 |
Data di Pubblicazione | 2020-03-14 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | webcent-addon-webde |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vorteile.web.de/webcent/ |
URL della Pagina di Aiuto | https://vorteile.web.de/webcent/faq |
URL della Pagina della Politica sulla Privacy | https://agb-server.web.de/datenschutz |
Lingue Supportate | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.2.1", "name": "WEB.DE WEB.Cent Alarm", "short_name": "WEB.DE WEB.Cent Alarm", "description": "Dank des WEB.Cent Alarm verpassen Sie keine M\u00f6glichkeit mehr Cashback zu sammeln. Sparen Sie beim Shoppen im Internet bares Geld!", "author": "1&1 Mail & Media GmbH", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "assets\/styles\/fonts.css" ], "js": [ "vendor.js", "content.js", "popup.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.google.de\/search?*", "*:\/\/*.google.com\/search?*", "*:\/\/suche.gmx.net\/web**?*", "*:\/\/suche.web.de\/web**?*" ], "css": [ "assets\/styles\/modify.css" ], "js": [ "vendor.js", "modify.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "vendor.js", "background.js" ] }, "permissions": [ "tabs", "storage", "cookies", "identity", "activeTab", "notifications", "webRequest", "*:\/\/*\/*" ], "incognito": "not_allowed", "web_accessible_resources": [ "assets\/**\/*" ], "content_security_policy": "default-src 'self'; connect-src https:\/\/*.web.de https:\/\/*.gmx.net https:\/\/*.ui-portal.de", "icons": { "16": "assets\/icons\/status\/active_16.png", "32": "assets\/icons\/status\/active_32.png", "64": "assets\/icons\/status\/active_64.png", "128": "assets\/icons\/status\/active_128.png", "256": "assets\/icons\/status\/active_256.png" }, "browser_action": { "browser_style": false, "default_icon": { "16": "assets\/icons\/status\/active_16.png", "32": "assets\/icons\/status\/active_32.png", "64": "assets\/icons\/status\/active_64.png", "128": "assets\/icons\/status\/active_128.png", "256": "assets\/icons\/status\/active_256.png" } }, "options_ui": { "chrome_style": true, "browser_style": true, "page": "options.html" }, "version_name": "3.2.1", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfMGKLV17dk+PQ8H\/tSN63Uz0UtCE0rCAip6iGtc2bwaomFgAIsIQPpPcjmimchPwDs3pbj8UUcpFGaauyxt1TYfYnGw2EjYOCknXpjRMIPvn66laHeT+HleayuLqWTOAPDZg4YevWpA9TVUffFZa5K5KjuFqlQGm6I76GAgsZUuc6wm8JjWUZ49uV6k+EPh95vmv+kR8\/naGIjYczEoHHvoD1DkRblZmYHM4MPc4wKtuS+gqtho+68BphuQ0vS+6NNDQbE4Kft2aOs1askqOJBApCLH3IKgX+wBX+PezPmpx7RyL\/wrOOMNPdB9pym9SodsoTAfJyL965FCYb9s3wIDAQAB" } |