yingBar
Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com
yingBar क्या है?
yingBar https://www.yingiz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में yingBar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | yingBar |
ID | gckfalecfdjjpbelmpfieecfdeapfoep |
आधिकारिक URL | https://chromewebstore.google.com/detail/yingbar/gckfalecfdjjpbelmpfieecfdeapfoep |
विवरण | Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 4.3.0 |
अंतिम अपडेट | 2013-08-02 |
प्रकाशन तिथि | 2013-08-02 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.yingiz.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.yingiz.com/yingbar |
सहायता पृष्ठ URL | http://faq.yingiz.com/?CategoryID=6 |
समर्थित भाषाएँ | 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" ] } |