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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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
이메일 [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"
    ]
}