GMX WEB.Cent Alarm
Der WEB.Cent Alarm informiert Sie immer, wenn Sie bei einem Partner im Internet Geld sparen können. Jetzt WEB.Cent Cashback sammeln!
Cos'è GMX WEB.Cent Alarm?
GMX WEB.Cent Alarm è un'estensione di Chrome sviluppata da GMX, e la sua funzione principale è "Der WEB.Cent Alarm informiert Sie immer, wenn Sie bei einem Partner im Internet Geld sparen können. Jetzt WEB.Cent Cashback sammeln!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GMX WEB.Cent Alarm
Scarica i file di estensione GMX 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
WEB.Cent Cashback das Bonusprogramm von GMX. Sammeln Sie bei mehr als 1.000 Partnern im Internet WEB.Cent und sparen Sie so enorm. *Shoppen, Sparen - Cashback kassieren!* 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. Die integrierte Suche erleichtert Ihnen das Finden von Cashback-Partnern bei WEB.Cent. AGB: https://agb-server.gmx.net/web.cent Impressum: https://gmx.net/impressum/
Informazioni di Base sull'Estensione
Nome | GMX WEB.Cent Alarm |
ID | oamdoejhfjccbmcolldeodldpflcgbhc |
URL Ufficiale | https://chromewebstore.google.com/detail/gmx-webcent-alarm/oamdoejhfjccbmcolldeodldpflcgbhc |
Descrizione | Der WEB.Cent Alarm informiert Sie immer, wenn Sie bei einem Partner im Internet Geld sparen können. Jetzt WEB.Cent Cashback sammeln! |
Dimensione del File | 974 KB |
Conteggio Installazioni | 305 |
Versione Corrente | 3.2.1 |
Ultimo Aggiornamento | 2024-02-20 |
Data di Pubblicazione | 2020-03-15 |
Sviluppatore | GMX |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vorteile.gmx.net/webcent/ |
URL della Pagina di Aiuto | https://vorteile.gmx.net/webcent/faq |
URL della Pagina della Politica sulla Privacy | https://agb-server.gmx.net/datenschutz |
Lingue Supportate | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.2.1", "name": "GMX WEB.Cent Alarm", "short_name": "GMX WEB.Cent Alarm", "description": "Der WEB.Cent Alarm informiert Sie immer, wenn Sie bei einem Partner im Internet Geld sparen k\u00f6nnen. Jetzt WEB.Cent Cashback sammeln!", "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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvDalkSx3S0wO8CzxCMaYfRj9AZb5QgMRXsmhAQ3XpwR7vQvMq40wGjGgW2ShSJVz5N8ZC5RGxU5tVjkJ7ATQN40sNQEfUb+UhWQ08Df6kOlp7WHx7lZOPdRaMIVK31fgmoNDDYT\/IKk0y4fjf5+QahDXF+VfcEP8qL+JJqzfBfV1ScBQMHVkVrE12mnocMbsbnX8GRZkJxgRleLW\/N+UqUTCWu1Y4Y1t5Yc6YuxurUsHyGQ1NIeIjjF0l4Zu3w\/pJod\/HXqduCLQ8qkcSNGloOnNIC11Z93X\/Zo\/pk6MVinybMpGIUEm6DiidspHRDIWlZJMWYlmOsA0Xq3tfRJ44QIDAQAB" } |