Emby Companion

Show unread messages, status, and more for your Emby server.

Emby Companion란 무엇입니까?

Emby Companion은(는) techywarrior에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show unread messages, status, and more for your Emby server."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Emby Companion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get notified when there are unread notifications on your Emby server (Emby server install required, download at http://emby.media/ ) and read them without having to load up the Emby web client. It can also notify you when the server is inaccessible so you can restart it ASAP.

There is also a link in the header to take you to your Emby server web client for quick access in case you want to restart Emby, install plugins, or simply watch some TV or a movie.                    

확장 프로그램 기본 정보

이름 Emby Companion Emby Companion
ID egofcbleniceaoleohckegkeepennpcn
공식 URL https://chrome.google.com/webstore/detail/emby-companion/egofcbleniceaoleohckegkeepennpcn
설명 Show unread messages, status, and more for your Emby server.
파일 크기 252 KB
설치 횟수 925
현재 버전 1.9.0
최근 업데이트 2016-08-08
출시 날짜 2016-08-08
평점 4.46/5 총 24 개의 평점
개발자 techywarrior
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emby Companion",
    "short_name": "Emby Companion",
    "description": "Show unread messages, status, and more for your Emby server.",
    "author": "Techywarrior",
    "version": "1.9.0",
    "icons": {
        "16": "emby_ico_16.png",
        "48": "emby_ico_48.png",
        "128": "emby_ico_128.png"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "mb3.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-2.2.4.min.js",
            "js\/common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/content_script.js"
            ]
        }
    ]
}