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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Breeze Project Management
قم بتنزيل ملفات الامتداد Breeze Project Management بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | https://www.breeze.pm/help |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |