yingBar
Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com
What is yingBar?
yingBar is a Chrome extension developed by https://www.yingiz.com, and its main feature is "Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com".
Extension Screenshots
Download yingBar Extension CRX File
Download yingBar 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
Die kostenlose "yingBar" Browser-Erweiterung nennt dir ganz automatisch beim surfen welche Geld-Zurück-Rabatte, Gutscheincodes oder Sonderaktionen die von dir besuchte Internetseite zu bieten hat. Bedeutet: Beim Online-Shopping Geld-zurück statt Punkte oder Meilen und das bei über 2000 Online Shops bzw. yingiz-Partnerseiten, von 1und1 über Otto bis Zalando. Die yingBar ist eine kostenlose Webbrowser-Erweiterung aus dem Hause der innovativen deutschen Shopping-Community yingiz.com, die dir hilft für beim online Einkauf Geld-zurück (Cashback) zu erhalten und/oder mit einem Gutschein direkt beim Einkauf im Internet zu sparen. Kostenlos registrieren unter: https://www.yingiz.com 1. Einfach E-Mail-Adresse eingeben 2. Bestätigungslink in E-Mail klicken 3. fertig. Bei Fragen steht dir unser Support-Team gerne zur Seite: https://www.yingiz.com/support/contact
Extension Basic Information
Name | yingBar |
ID | gckfalecfdjjpbelmpfieecfdeapfoep |
Official URL | https://chromewebstore.google.com/detail/yingbar/gckfalecfdjjpbelmpfieecfdeapfoep |
Description | Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com |
File Size | 101 KB |
Installation Count | 50 |
Current Version | 4.3.0 |
Last Updated | 2013-08-02 |
Publish Date | 2013-08-02 |
Rating | 4.25/5 Total 4 Ratings |
Developer | https://www.yingiz.com |
Payment Type | free |
Extension Website | https://www.yingiz.com/yingbar |
Help Page URL | http://faq.yingiz.com/?CategoryID=6 |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "js\/lib\/library.js", "js\/foreground\/configuration.js", "js\/foreground\/indicator.js", "js\/tab\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http:\/\/yingiz.com", "icons": { "16": "images\/icons\/yingbar_inactive.png", "128": "images\/yingiz_signet.png" }, "name": "__MSG_name__", "options_page": "options.html", "browser_action": { "default_icon": "images\/icons\/yingbar_off.png", "default_popup": "tools.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "4.3.0", "default_locale": "de", "web_accessible_resources": [ "js\/lib\/library.js", "js\/lib\/jquery.js", "js\/foreground\/configuration.js", "js\/foreground\/indicator.js", "js\/tab\/contentscript.js", "css\/yingbar.css", "images\/icon_close.png", "images\/yingstars.png", "images\/icon_arrow-green.png", "images\/icon_arrow-red.png", "images\/icon_check_black.png", "images\/icon_check.png" ] } |