Breeze Project Management

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

O que é Breeze Project Management?

Breeze Project Management é uma extensão do Chrome desenvolvida por https://breeze.pm, e sua principal característica é "Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Breeze Project Management

Baixe arquivos de extensão Breeze Project Management no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 .                    

Informações Básicas da Extensão

Nome Breeze Project Management Breeze Project Management
ID nhlpodbgiakpalaobblelglaplaifjjd
URL Oficial https://chromewebstore.google.com/detail/breeze-project-management/nhlpodbgiakpalaobblelglaplaifjjd
Descrição Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.
Tamanho do Arquivo 147 KB
Contagem de Instalações 502
Versão Atual 2
Última Atualização 2022-12-30
Data de Publicação 2015-09-03
Classificação 2.30/5 Total de 10 Avaliações
Desenvolvedor https://breeze.pm
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.breeze.pm
URL da Página de Ajuda https://www.breeze.pm/help
URL da Página de Política de Privacidade https://www.breeze.pm/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}