iBOOD notifier
Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt.
iBOOD notifier là gì?
iBOOD notifier là một tiện ích mở rộng Chrome được phát triển bởi jerodev, và tính năng chính của nó là "Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng iBOOD notifier
Tải xuống các tệp mở rộng iBOOD notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | iBOOD notifier |
ID | niedihffanbeelhpahmjbmenhlnkjoae |
URL Chính Thức | https://chromewebstore.google.com/detail/ibood-notifier/niedihffanbeelhpahmjbmenhlnkjoae |
Mô tả | Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt. |
Kích Thước Tệp | 55.88 KB |
Số Lần Cài Đặt | 132 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2016-06-06 |
Ngày Phát Hành | 2016-06-06 |
Đánh Giá | 4.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | jerodev |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.deviaene.eu/ |
URL Trang Trợ Giúp | https://github.com/jerodev/chrome-ibood-tracker |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |