WorkingOn
Minimalistic status reporting for your team.
WorkingOnとは何ですか?
WorkingOnはhttps://workingon.coによって開発されたChromeの拡張機能で、その主な機能は「Minimalistic status reporting for your team.」です。
拡張機能のスクリーンショット
WorkingOn拡張機能のCRXファイルをダウンロード
WorkingOn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |