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!
What is GMX WEB.Cent Alarm?
GMX WEB.Cent Alarm is a Chrome extension developed by GMX, and its main feature is "Der WEB.Cent Alarm informiert Sie immer, wenn Sie bei einem Partner im Internet Geld sparen können. Jetzt WEB.Cent Cashback sammeln!".
Extension Screenshots
Download GMX WEB.Cent Alarm Extension CRX File
Download GMX WEB.Cent Alarm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | GMX WEB.Cent Alarm |
ID | oamdoejhfjccbmcolldeodldpflcgbhc |
Official URL | https://chromewebstore.google.com/detail/gmx-webcent-alarm/oamdoejhfjccbmcolldeodldpflcgbhc |
Description | Der WEB.Cent Alarm informiert Sie immer, wenn Sie bei einem Partner im Internet Geld sparen können. Jetzt WEB.Cent Cashback sammeln! |
File Size | 974 KB |
Installation Count | 305 |
Current Version | 3.2.1 |
Last Updated | 2024-02-20 |
Publish Date | 2020-03-15 |
Developer | GMX |
[email protected] | |
Payment Type | free |
Extension Website | https://vorteile.gmx.net/webcent/ |
Help Page URL | https://vorteile.gmx.net/webcent/faq |
Privacy Policy Page URL | https://agb-server.gmx.net/datenschutz |
Supported Languages | 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" } |