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 .
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } ] } |