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
官方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"
            ]
        }
    ]
}