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
公式URL 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
Eメール [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"
    ]
}