WorkingOn
Minimalistic status reporting for your team.
What is WorkingOn?
WorkingOn is a Chrome extension developed by https://workingon.co, and its main feature is "Minimalistic status reporting for your team.".
Extension Screenshots
Download WorkingOn Extension CRX File
Download WorkingOn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WorkingOn |
ID | cmdoecjfjpgnpojmaphlbkchholbkeob |
Official URL | https://chromewebstore.google.com/detail/workingon/cmdoecjfjpgnpojmaphlbkchholbkeob |
Description | Minimalistic status reporting for your team. |
File Size | 275 KB |
Installation Count | 372 |
Current Version | 0.1.53 |
Last Updated | 2016-01-24 |
Publish Date | 2016-01-23 |
Rating | 4.56/5 Total 9 Ratings |
Developer | https://workingon.co |
Payment Type | free |
Extension Website | http://workingon.co |
Supported Languages | 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" } } |