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.」です。

拡張機能のスクリーンショット

screenshot

iBOOD notifier拡張機能のCRXファイルをダウンロード

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 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"
    ]
}