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
官方網址 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"
    ]
}