iBOOD notifier
Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt.
ما هو iBOOD notifier؟
iBOOD notifier هو إضافة Chrome تم تطويرها بواسطة jerodev، والميزة الرئيسية لها هي "Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة iBOOD notifier
قم بتنزيل ملفات الامتداد iBOOD notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
iBOOD Notifier is een Chrome extensie die gebruikt kan worden om de laatste nieuwe deal te zien op de iBOOD website. Wanneer een nieuwe deal beschikbaar is zal de plugin een notificatie weergeven met daar in het nieuwe product. Dit werkt ook tijdens een iBood hunt. De plugin is compatibel met de laatste ibood hunt van 06-07/06/2016, zowel voor België als voor Nederland.
معلومات أساسية عن التمديد
الاسم | iBOOD notifier |
ID | niedihffanbeelhpahmjbmenhlnkjoae |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ibood-notifier/niedihffanbeelhpahmjbmenhlnkjoae |
الوصف | Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt. |
حجم الملف | 55.88 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2016-06-06 |
تاريخ النشر | 2016-06-06 |
تقييم | 4.50/5 مجموع تقييمات 6 |
المطور | jerodev |
نوع الدفع | free |
موقع الإضافة | https://www.deviaene.eu/ |
عنوان صفحة المساعدة | https://github.com/jerodev/chrome-ibood-tracker |
اللغات المدعومة | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iBOOD notifier", "description": "Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt.", "version": "1.2.2", "author": "Jeroen Deviaene", "homepage_url": "https:\/\/github.com\/jerodev\/chrome-ibood-tracker", "options_page": "options\/options.html", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "model\/computer.js", "model\/ibood.js", "model\/settings.js", "background\/background.js" ] }, "browser_action": { "default_icon": "images\/icon-48.png", "default_popup": "popup\/popup.html", "default_title": "Laatste actie bekijken" }, "permissions": [ "http:\/\/*.ibood.com\/*", "https:\/\/*.ibood.com\/*", "idle", "notifications", "storage" ] } |