yingBar
Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com
Co je yingBar?
yingBar je rozšíření Chrome vyvinuté https://www.yingiz.com, a jeho hlavní funkcí je „Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření yingBar
Stáhněte si soubory rozšíření yingBar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | yingBar |
ID | gckfalecfdjjpbelmpfieecfdeapfoep |
Oficiální URL | https://chromewebstore.google.com/detail/yingbar/gckfalecfdjjpbelmpfieecfdeapfoep |
Popis | Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com |
Velikost souboru | 101 KB |
Počet instalací | 50 |
Aktuální Verze | 4.3.0 |
Poslední Aktualizace | 2013-08-02 |
Datum Vydání | 2013-08-02 |
Hodnocení | 4.25/5 Celkem 4 Hodnocení |
Vývojář | https://www.yingiz.com |
Typ Platby | free |
Webové stránky Rozšíření | https://www.yingiz.com/yingbar |
URL Stránky Nápovědy | http://faq.yingiz.com/?CategoryID=6 |
Podporované Jazyky | 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" ] } |