Breeze Project Management

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

Breeze Project Management란 무엇입니까?

Breeze Project Management은(는) https://breeze.pm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Breeze Project Management 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 .                    

확장 프로그램 기본 정보

이름 Breeze Project Management Breeze Project Management
ID nhlpodbgiakpalaobblelglaplaifjjd
공식 URL https://chromewebstore.google.com/detail/breeze-project-management/nhlpodbgiakpalaobblelglaplaifjjd
설명 Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool.
파일 크기 147 KB
설치 횟수 502
현재 버전 2
최근 업데이트 2022-12-30
출시 날짜 2015-09-03
평점 2.30/5 총 10 개의 평점
개발자 https://breeze.pm
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.breeze.pm
도움말 페이지 URL https://www.breeze.pm/help
개인정보 보호 정책 페이지 URL https://www.breeze.pm/privacy
지원되는 언어 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"
            ]
        }
    ]
}