iBOOD notifier
Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt.
iBOOD notifier란 무엇입니까?
iBOOD notifier은(는) jerodev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt."입니다.
확장 프로그램 스크린샷
iBOOD notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/ |
도움말 페이지 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" ] } |