WorkingOn
Minimalistic status reporting for your team.
WorkingOn란 무엇입니까?
WorkingOn은(는) https://workingon.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimalistic status reporting for your team."입니다.
확장 프로그램 스크린샷
WorkingOn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stay in sync with your team by sharing quick updates as you work. This Chrome Extension replaces your New Tab screen to help you keep focused on what you're working on and share while you're in your flow. We integrate with Asana, Github, Trello, Pivotal, Slack, HipChat and more to bring together your team's collaboration tools. Please let us know if there's an integration you'd like to see. Note: Subscription required after the 30-day trial.
확장 프로그램 기본 정보
이름 | WorkingOn |
ID | cmdoecjfjpgnpojmaphlbkchholbkeob |
공식 URL | https://chromewebstore.google.com/detail/workingon/cmdoecjfjpgnpojmaphlbkchholbkeob |
설명 | Minimalistic status reporting for your team. |
파일 크기 | 275 KB |
설치 횟수 | 372 |
현재 버전 | 0.1.53 |
최근 업데이트 | 2016-01-24 |
출시 날짜 | 2016-01-23 |
평점 | 4.56/5 총 9 개의 평점 |
개발자 | https://workingon.co |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://workingon.co |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.53", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/platform.twitter.com https:\/\/use.typekit.net https:\/\/ajax.googleapis.com; object-src 'self' https:\/\/use.typekit.net https:\/\/ajax.googleapis.com", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "notifications", "https:\/\/www.workingon.co\/", "https:\/\/www.google-analytics.com\/", "storage", "*:\/\/use.typekit.net\/*", "webRequest", "webRequestBlocking" ], "options_page": "options.html", "omnibox": { "keyword": "on" }, "chrome_url_overrides": { "newtab": "on.html" } } |