Zebra Notifier

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

什麼是Zebra Notifier?

Zebra Notifier是由GV Web team開發的Chrome擴展程式,該擴展的主要功能是“Get all of your currently assigned and active tasks from zebra.”。

擴展截圖

screenshot

下載Zebra Notifier擴展crx文件

下載Zebra Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Zebra Notifier Zebra Notifier
ID nljikebhkdebfojgmniokhaddbkliaeh
官方網址 https://chromewebstore.google.com/detail/zebra-notifier/nljikebhkdebfojgmniokhaddbkliaeh
簡介 Get all of your currently assigned and active tasks from zebra.
檔案大小 303 KB
安裝次數 12
目前版本 1.5.1
更新時間 2014-03-31
上架時間 2014-03-31
評分 4.00/5 共 1 次評分
開發者 GV Web team
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}