WorkBoard

Enterprise Results Management Software

WorkBoard란 무엇입니까?

WorkBoard은(는) wobochromedevelopers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enterprise Results Management Software"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Workboard's Chrome Extension allows you to view, add, and check off completed tasks on your daily Action Item list without switching browser tabs or navigating away.

* Focus on today's today’s priorities
* Add to your list on the fly
* Instantly check-off done items  

Get the right things done every day to increase your impact. Simply click on the Workboard icon, see your Action Item list for the day, and work it. Fast. Easy. Powerful.                    

확장 프로그램 기본 정보

이름 WorkBoard WorkBoard
ID glekcgnnhapbkpkffmojpnpobnhkbpib
공식 URL https://chromewebstore.google.com/detail/workboard/glekcgnnhapbkpkffmojpnpobnhkbpib
설명 Enterprise Results Management Software
파일 크기 45.23 KB
설치 횟수 616
현재 버전 1.3.7
최근 업데이트 2023-12-14
출시 날짜 2019-11-25
개발자 wobochromedevelopers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.workboard.com
도움말 페이지 URL https://workboard.zendesk.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.workboard.com/legal/privacy-policy.php
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WorkBoard",
    "version": "1.3.7",
    "description": "Enterprise Results Management Software",
    "permissions": [
        "storage",
        "identity",
        "alarms",
        "https:\/\/www.myworkboard.com\/wb\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.7.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/wb_icon.ico",
            "32": "images\/wb_icon.ico",
            "48": "images\/wb_icon.ico",
            "128": "images\/wb_icon.ico"
        }
    },
    "icons": {
        "16": "images\/wb_icon.ico",
        "32": "images\/wb_icon.ico",
        "48": "images\/wb_icon.ico",
        "128": "images\/wb_icon.ico"
    },
    "manifest_version": 2
}