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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/                    

확장 프로그램 기본 정보

이름 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"
            ]
        }
    ]
}