i91 Notificação

Extensão de Notificação i91

Hvad er i91 Notificação?

i91 Notificação er en Chrome-udvidelse udviklet af http://i91.com.br, og dens hovedfunktion er "Extensão de Notificação i91".

Udvidelsesskærmbilleder

screenshot

Download i91 Notificação-udvidelses-CRX-fil

Download i91 Notificação-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Notificação Desktop.                    

Grundlæggende oplysninger om udvidelsen

Navn i91 Notificação i91 Notificação
ID ljffkggfijjegheghknnalooogalgdhk
Officiel URL https://chrome.google.com/webstore/detail/i91-notifica%C3%A7%C3%A3o/ljffkggfijjegheghknnalooogalgdhk
Beskrivelse Extensão de Notificação i91
Filstørrelse 148 KB
Antal Installationer 357
Nuværende Version 4.0.8
Senest Opdateret 2015-08-11
Udgivelsesdato 2015-08-11
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://i91.com.br
Betalingsmetode free
Understøttede Sprog 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"
    ]
}