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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://breeze.pm และคุณลักษณะหลักของมันคือ "Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Breeze Project Management

ดาวน์โหลดไฟล์ส่วนขยาย Breeze Project Management ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}