i91 Notificação

Extensão de Notificação i91

Was ist i91 Notificação?

i91 Notificação ist eine Chrome-Erweiterung, die von http://i91.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Extensão de Notificação i91".

Erweiterungsscreenshots

screenshot

i91 Notificação-Erweiterungs-CRX-Datei herunterladen

Laden Sie i91 Notificação-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Notificação Desktop.                    

Grundlegende Informationen zur Erweiterung

Name i91 Notificação i91 Notificação
ID ljffkggfijjegheghknnalooogalgdhk
Offizielle URL https://chrome.google.com/webstore/detail/i91-notifica%C3%A7%C3%A3o/ljffkggfijjegheghknnalooogalgdhk
Beschreibung Extensão de Notificação i91
Dateigröße 148 KB
Installationsanzahl 357
Aktuelle Version 4.0.8
Letztes Update 2015-08-11
Veröffentlichungsdatum 2015-08-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://i91.com.br
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}