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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
URL หน้าช่วยเหลือ | 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" ] } |