i91 Notificação

Extensão de Notificação i91

Apa itu i91 Notificação?

i91 Notificação adalah ekstensi Chrome yang dikembangkan oleh http://i91.com.br, dan fitur utamanya adalah "Extensão de Notificação i91".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi i91 Notificação

Unduh file ekstensi i91 Notificação dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Notificação Desktop.                    

Informasi Dasar Ekstensi

Nama i91 Notificação i91 Notificação
ID ljffkggfijjegheghknnalooogalgdhk
URL Resmi https://chrome.google.com/webstore/detail/i91-notifica%C3%A7%C3%A3o/ljffkggfijjegheghknnalooogalgdhk
Deskripsi Extensão de Notificação i91
Ukuran File 148 KB
Jumlah Instalasi 357
Versi Saat Ini 4.0.8
Terakhir Diperbarui 2015-08-11
Tanggal Publikasi 2015-08-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://i91.com.br
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}