Gratis Gutscheine für Dich
Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.
What is Gratis Gutscheine für Dich?
Gratis Gutscheine für Dich is a Chrome extension developed by http://www.sweetfunnycoool.com, and its main feature is "Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.".
Extension Screenshots
Download Gratis Gutscheine für Dich Extension CRX File
Download Gratis Gutscheine für Dich 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
Spare Geld mit Gutscheinen! Wir haben Gutscheine für deine beliebtesten Online-Shops. Einfach Gutschein im Bezahlprozess deines Online-Shop eingeben und bis zu 30 % sparen! Mit dieser Erweiterung erhältst Du Gutscheine für deine Lieblings-Shops. Sobald Du deinen Lieblings-Shop besuchst, zeigen wir dir im oberen Bereich direkt den passenden Gutschein an. Das Beste: Wir zeigen Dir immer nur passende und gültige Gutscheine an! Alles was Du machen musst, ist diese Erweiterung mit einem Klick hinzufügen. Das geht innerhalb weniger Sekunden und ist kinderleicht!
Extension Basic Information
Name | |
ID | ojknklkdlagheimemghbhheblbalmeji |
Official URL | https://chrome.google.com/webstore/detail/gratis-gutscheine-f%C3%BCr-dic/ojknklkdlagheimemghbhheblbalmeji |
Description | Wir informieren Dich GRATIS über verfügbare Gutscheine, wenn Du online einkaufst. 100% kostenlos. |
File Size | 123 KB |
Installation Count | 223 |
Current Version | 1.4.8 |
Last Updated | 2014-07-24 |
Publish Date | 2014-07-24 |
Rating | 2.50/5 Total 2 Ratings |
Developer | http://www.sweetfunnycoool.com |
Payment Type | free |
Extension Website | http://gutscheine-fuer-dich.de/ |
Help Page URL | http://gutscheine-fuer-dich.de/ |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gratis Gutscheine f\u00fcr Dich", "version": "1.4.8", "manifest_version": 2, "browser_action": { "default_icon": "img\/logo48px.png" }, "permissions": [ "webRequest", "http:\/\/www.gutscheindoktor.de\/", "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "background": { "scripts": [ "js\/application.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "js\/utils.js", "js\/trigger.js", "js\/templateEngine.js", "js\/jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/*.png", "img\/*.gif", "css\/*.css", "templates\/*.html" ], "description": "Wir informieren Dich GRATIS \u00fcber verf\u00fcgbare Gutscheine, wenn Du online einkaufst. 100% kostenlos.", "icons": { "16": "img\/logo16px.png", "48": "img\/logo48px.png", "64": "img\/logo64px.png" } } |