Breeze for Groove Help Desk
Link Groove support tickets to Breeze tasks.
Cos'è Breeze for Groove Help Desk?
Breeze for Groove Help Desk è un'estensione di Chrome sviluppata da http://breeze.pm, e la sua funzione principale è "Link Groove support tickets to Breeze tasks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Breeze for Groove Help Desk
Scarica i file di estensione Breeze for Groove Help Desk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | eoimjcfcmmfjljjiajkbomomkdgdemen |
URL Ufficiale | https://chrome.google.com/webstore/detail/breeze-for-groove-help-de/eoimjcfcmmfjljjiajkbomomkdgdemen |
Descrizione | Link Groove support tickets to Breeze tasks. |
Dimensione del File | 55.48 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2016-05-17 |
Data di Pubblicazione | 2016-05-17 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://breeze.pm |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.breeze.pm |
URL della Pagina di Aiuto | https://www.breeze.pm/help |
URL della Pagina della Politica sulla Privacy | https://www.breeze.pm/privacy |
Lingue Supportate | 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" ] } ] } |