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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly add tasks in Breeze from any web page. Increase productivity with Breeze project management tool."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Breeze Project Management एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } ] } |