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開發的Chrome擴展程式,該擴展的主要功能是“Link Groove support tickets to Breeze tasks.”。

擴展截圖

screenshot
screenshot

下載Breeze for Groove Help Desk擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}