Breeze Project Management

Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.

Was ist Breeze Project Management?

Breeze Project Management ist eine Chrome-Erweiterung, die von https://breeze.pm entwickelt wurde, und ihr Hauptmerkmal ist "Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Breeze Project Management-Erweiterungs-CRX-Datei herunterladen

Laden Sie Breeze Project Management-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 .                    

Grundlegende Informationen zur Erweiterung

Name Breeze Project Management Breeze Project Management
ID nhlpodbgiakpalaobblelglaplaifjjd
Offizielle URL https://chromewebstore.google.com/detail/breeze-project-management/nhlpodbgiakpalaobblelglaplaifjjd
Beschreibung Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.
Dateigröße 147 KB
Installationsanzahl 502
Aktuelle Version 2
Letztes Update 2022-12-30
Veröffentlichungsdatum 2015-09-03
Bewertung 2.30/5 Insgesamt 10 Bewertungen
Entwickler https://breeze.pm
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.breeze.pm
Hilfeseite URL https://www.breeze.pm/help
URL der Datenschutzrichtlinien-Seite https://www.breeze.pm/privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}