Breeze for Groove Help Desk

Link Groove support tickets to Breeze tasks.

Τι είναι το Breeze for Groove Help Desk;

Το Breeze for Groove Help Desk είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://breeze.pm, και η κύρια λειτουργία του είναι "Link Groove support tickets to Breeze tasks.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Breeze for Groove Help Desk

Λήψη αρχείων επέκτασης Breeze for Groove Help Desk σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Breeze for Groove Help Desk Breeze for Groove Help Desk
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"
            ]
        }
    ]
}