yingBar
Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com
Cos'è yingBar?
yingBar è un'estensione di Chrome sviluppata da https://www.yingiz.com, e la sua funzione principale è "Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione yingBar
Scarica i file di estensione yingBar 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
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
Informazioni di Base sull'Estensione
Nome | yingBar |
ID | gckfalecfdjjpbelmpfieecfdeapfoep |
URL Ufficiale | https://chromewebstore.google.com/detail/yingbar/gckfalecfdjjpbelmpfieecfdeapfoep |
Descrizione | Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com |
Dimensione del File | 101 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 4.3.0 |
Ultimo Aggiornamento | 2013-08-02 |
Data di Pubblicazione | 2013-08-02 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | https://www.yingiz.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.yingiz.com/yingbar |
URL della Pagina di Aiuto | http://faq.yingiz.com/?CategoryID=6 |
Lingue Supportate | 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" ] } |