i91 Notificação

Extensão de Notificação i91

Wat is i91 Notificação?

i91 Notificação is een Chrome-extensie ontwikkeld door http://i91.com.br, en de belangrijkste functie is "Extensão de Notificação i91".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie i91 Notificação

Download i91 Notificação-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Notificação Desktop.                    

Basisinformatie over de Extensie

Naam i91 Notificação i91 Notificação
ID ljffkggfijjegheghknnalooogalgdhk
Officiële URL https://chrome.google.com/webstore/detail/i91-notifica%C3%A7%C3%A3o/ljffkggfijjegheghknnalooogalgdhk
Beschrijving Extensão de Notificação i91
Bestandsgrootte 148 KB
Aantal Installaties 357
Huidige Versie 4.0.8
Laatst Bijgewerkt 2015-08-11
Publicatiedatum 2015-08-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://i91.com.br
Betalingswijze free
Ondersteunde Talen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "i91 Notifica\u00e7\u00e3o",
    "version": "4.0.8",
    "description": "Extens\u00e3o de Notifica\u00e7\u00e3o i91",
    "homepage_url": "http:\/\/i91.com.br\/",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "cookies",
        "alarms",
        "*:\/\/*.i91.com.br\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.i91.com.br\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "require.min.js",
            "jquery.min.js",
            "jquery.signalR.min.js",
            "server.js",
            "chatHubAdapterService.js",
            "authService.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}