iBOOD notifier

Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt.

O que é iBOOD notifier?

iBOOD notifier é uma extensão do Chrome desenvolvida por jerodev, e sua principal característica é "Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iBOOD notifier

Baixe arquivos de extensão iBOOD notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome iBOOD notifier iBOOD notifier
ID niedihffanbeelhpahmjbmenhlnkjoae
URL Oficial https://chromewebstore.google.com/detail/ibood-notifier/niedihffanbeelhpahmjbmenhlnkjoae
Descrição Deze plugin geeft notificaties weer met de laatste ibood actie. Deze notificaties werken ook tijdens een ibood hunt.
Tamanho do Arquivo 55.88 KB
Contagem de Instalações 132
Versão Atual 1.2.2
Última Atualização 2016-06-06
Data de Publicação 2016-06-06
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor jerodev
Tipo de Pagamento free
Site da Extensão https://www.deviaene.eu/
URL da Página de Ajuda https://github.com/jerodev/chrome-ibood-tracker
Idiomas Suportados 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"
    ]
}