Zebra Notifier

Get all of your currently assigned and active tasks from zebra.

O que é Zebra Notifier?

Zebra Notifier é uma extensão do Chrome desenvolvida por GV Web team, e sua principal característica é "Get all of your currently assigned and active tasks from zebra.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Zebra Notifier

Baixe arquivos de extensão Zebra 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

                                            

Informações Básicas da Extensão

Nome Zebra Notifier Zebra Notifier
ID nljikebhkdebfojgmniokhaddbkliaeh
URL Oficial https://chromewebstore.google.com/detail/zebra-notifier/nljikebhkdebfojgmniokhaddbkliaeh
Descrição Get all of your currently assigned and active tasks from zebra.
Tamanho do Arquivo 303 KB
Contagem de Instalações 12
Versão Atual 1.5.1
Última Atualização 2014-03-31
Data de Publicação 2014-03-31
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor GV Web team
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zebra Notifier",
    "version": "1.5.1",
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "description": "Get all of your currently assigned and active tasks from zebra.",
    "icons": {
        "48": "\/img\/icon-48.png",
        "128": "\/img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/img\/icon-19.png",
            "38": "\/img\/icon-38.png"
        },
        "default_title": "Zebra Notifier",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "\/js\/jquery.min.js",
            "\/js\/background.js"
        ],
        "persistant": false
    },
    "permissions": [
        "notifications",
        "alarms",
        "http:\/\/*.gvsu.edu\/*",
        "https:\/\/*.gvsu.edu\/*"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "\/img\/icon-48.png"
    ]
}