Zebra Notifier

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

Apa itu Zebra Notifier?

Zebra Notifier adalah ekstensi Chrome yang dikembangkan oleh GV Web team, dan fitur utamanya adalah "Get all of your currently assigned and active tasks from zebra.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Zebra Notifier

Unduh file ekstensi Zebra Notifier 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

                                            

Informasi Dasar Ekstensi

Nama Zebra Notifier Zebra Notifier
ID nljikebhkdebfojgmniokhaddbkliaeh
URL Resmi https://chromewebstore.google.com/detail/zebra-notifier/nljikebhkdebfojgmniokhaddbkliaeh
Deskripsi Get all of your currently assigned and active tasks from zebra.
Ukuran File 303 KB
Jumlah Instalasi 12
Versi Saat Ini 1.5.1
Terakhir Diperbarui 2014-03-31
Tanggal Publikasi 2014-03-31
Penilaian 4.00/5 Total 1 Penilaian
Pengembang GV Web team
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}