Breeze Project Management
Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.
¿Qué es Breeze Project Management?
Breeze Project Management es una extensión de Chrome desarrollada por https://breeze.pm, y su función principal es "Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Breeze Project Management
Descarga archivos de extensión Breeze Project Management 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
Breeze is a simple to use project management tool that your whole team will love using. Install the handy Breeze Google Chrome plugin and manage your tasks directly from your toolbar. It’s a great way to keep track of to-dos and tasks. You can also add articles, blog posts, or websites as tasks to read later — simply add the URLs as tasks. The Chrome plugin also lists your latest tasks so that you can see what you're working on. For more information check out https://www.breeze.pm .
Información Básica de la Extensión
Nombre | Breeze Project Management |
ID | nhlpodbgiakpalaobblelglaplaifjjd |
URL Oficial | https://chromewebstore.google.com/detail/breeze-project-management/nhlpodbgiakpalaobblelglaplaifjjd |
Descripción | Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool. |
Tamaño del Archivo | 147 KB |
Cantidad de Instalaciones | 502 |
Versión Actual | 2 |
Última Actualización | 2022-12-30 |
Fecha de Publicación | 2015-09-03 |
Calificación | 2.30/5 Total de 10 Calificaciones |
Desarrollador | https://breeze.pm |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.breeze.pm |
URL de la Página de Ayuda | https://www.breeze.pm/help |
URL de la Página de Política de Privacidad | https://www.breeze.pm/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Breeze Project Management", "version": "2", "manifest_version": 3, "description": "Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.", "homepage_url": "https:\/\/www.breeze.pm", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "default_locale": "en", "action": { "default_icon": "icons\/icon128.png", "default_title": "Breeze", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "https:\/\/public.breeze.pm\/*" ], "js": [ "js\/app.js" ] } ] } |