Breeze Project Management
Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.
Qu'est-ce que Breeze Project Management ?
Breeze Project Management est une extension Chrome développée par https://breeze.pm, et sa fonction principale est "Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Breeze Project Management
Téléchargez les fichiers d'extension Breeze Project Management au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 .
Informations de Base sur l'Extension
Nom | Breeze Project Management |
ID | nhlpodbgiakpalaobblelglaplaifjjd |
URL Officiel | https://chromewebstore.google.com/detail/breeze-project-management/nhlpodbgiakpalaobblelglaplaifjjd |
Description | Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool. |
Taille du Fichier | 147 KB |
Nombre d'Installations | 502 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2022-12-30 |
Date de Publication | 2015-09-03 |
Évaluation | 2.30/5 Total 10 Évaluations |
Développeur | https://breeze.pm |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.breeze.pm |
URL de la Page d'Aide | https://www.breeze.pm/help |
URL de la Page de Politique de Confidentialité | https://www.breeze.pm/privacy |
Langues Prises en Charge | 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" ] } ] } |