WorkingOn
Minimalistic status reporting for your team.
¿Qué es WorkingOn?
WorkingOn es una extensión de Chrome desarrollada por https://workingon.co, y su función principal es "Minimalistic status reporting for your team.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WorkingOn
Descarga archivos de extensión WorkingOn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | WorkingOn |
ID | cmdoecjfjpgnpojmaphlbkchholbkeob |
URL Oficial | https://chromewebstore.google.com/detail/workingon/cmdoecjfjpgnpojmaphlbkchholbkeob |
Descripción | Minimalistic status reporting for your team. |
Tamaño del Archivo | 275 KB |
Cantidad de Instalaciones | 372 |
Versión Actual | 0.1.53 |
Última Actualización | 2016-01-24 |
Fecha de Publicación | 2016-01-23 |
Calificación | 4.56/5 Total de 9 Calificaciones |
Desarrollador | https://workingon.co |
Tipo de Pago | free |
Sitio Web de la Extensión | http://workingon.co |
Idiomas Soportados | 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" } } |