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.”。
擴展截圖
下載Breeze Project Management擴展crx文件
下載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 . 擴展基本資訊
| 名稱 | |
| ID | nhlpodbgiakpalaobblelglaplaifjjd |
| 官方網址 | 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"
]
}
]
} | |