Workplace Status

Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.

Workplace Status란 무엇입니까?

Workplace Status은(는) RunninglVlan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Workplace Status 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        See your Workplace status (Messages and Notifications) on a toolbar. Perfect for those who don't want to keep Workplace open all the time.
By clicking on the icon when the status change is shown, you'll be transferred directly to that status page.


Changelog

v2.1 - Mossback
Changed to Workplace Status

v2.0 - Gaspar
Initial release as Facebook at Work Status, based on Facebook Status extension                    

확장 프로그램 기본 정보

이름 Workplace Status Workplace Status
ID niohhccbeokedijhglbamgfmeajldbdf
공식 URL https://chromewebstore.google.com/detail/workplace-status/niohhccbeokedijhglbamgfmeajldbdf
설명 Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.
파일 크기 27.08 KB
설치 횟수 288
현재 버전 2.1
최근 업데이트 2017-02-06
출시 날짜 2017-02-06
평점 2.14/5 총 7 개의 평점
개발자 RunninglVlan
결제 유형 free
도움말 페이지 URL https://github.com/RunninglVlan/Workplace-Status/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Workplace Status",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.",
    "developer": {
        "name": "RunninglVlan",
        "url": "https:\/\/github.com\/RunninglVlan"
    },
    "icons": {
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/browserAction\/default16.png",
            "32": "img\/browserAction\/default32.png",
            "19": "img\/browserAction\/default19.png",
            "38": "img\/browserAction\/default38.png"
        },
        "default_title": "Workplace Status"
    },
    "background": {
        "scripts": [
            "js\/Statuses.js",
            "js\/Parser.js",
            "js\/IconUpdater.js",
            "js\/Options.js",
            "js\/Fetcher.js",
            "js\/Presenter.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "tabs"
    ]
}