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.”。
扩展截图
下载Zebra Notifier扩展crx文件
下载Zebra Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" ] } |