Zebra Notifier

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

Zebra Notifier là gì?

Zebra Notifier là một tiện ích mở rộng Chrome được phát triển bởi GV Web team, và tính năng chính của nó là "Get all of your currently assigned and active tasks from zebra.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zebra Notifier

Tải xuống các tệp mở rộng Zebra Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zebra Notifier Zebra Notifier
ID nljikebhkdebfojgmniokhaddbkliaeh
URL Chính Thức https://chromewebstore.google.com/detail/zebra-notifier/nljikebhkdebfojgmniokhaddbkliaeh
Mô tả Get all of your currently assigned and active tasks from zebra.
Kích Thước Tệp 303 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2014-03-31
Ngày Phát Hành 2014-03-31
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển GV Web team
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}