Breeze for Groove Help Desk
Link Groove support tickets to Breeze tasks.
Breeze for Groove Help Desk क्या है?
Breeze for Groove Help Desk http://breeze.pm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link Groove support tickets to Breeze tasks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Breeze for Groove Help Desk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can link all your Groove support tickets to Breeze tasks with a single click. You can then see all the relevant information right in Groove. Clicking on it will take you to that task in Breeze, so you can see all the other information and discussions. When you integrate Breeze with Groove, both apps get even better. Breeze is a simple tool for agile project management.It is based on agile and lean principles and uses Kanban board as a main organization tool. Features: - Intuitive User Interface - Time Tracking - Project Budgeting - Reports - Calendar - Todo Lists - Google Drive integration - Dropbox integration - Export data - Unlimited users - Unlimited file storage - Daily backup of your data - Android and iOS support For more information check out Breeze at http://www.breeze.pm/ and Groove at https://www.groovehq.com/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eoimjcfcmmfjljjiajkbomomkdgdemen |
आधिकारिक URL | https://chrome.google.com/webstore/detail/breeze-for-groove-help-de/eoimjcfcmmfjljjiajkbomomkdgdemen |
विवरण | Link Groove support tickets to Breeze tasks. |
फ़ाइल का आकार | 55.48 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2016-05-17 |
प्रकाशन तिथि | 2016-05-17 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://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 for Groove Help Desk", "version": "1.7", "manifest_version": 2, "description": "Link Groove support tickets to Breeze tasks.", "homepage_url": "https:\/\/www.breeze.pm", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "matches": [ "*:\/\/*.groovehq.com\/*" ], "scripts": [ "src\/bg\/background.js", "js\/jquery\/jquery.min.js" ] }, "permissions": [ "*:\/\/*.breeze.pm\/*", "*:\/\/*.breeze.dev\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.groovehq.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "*:\/\/*.groovehq.com\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js", "js\/jquery.autocomplete.min.js" ] } ] } |