Zammad Time Recorder

Record Zammad ticket time

Zammad Time Recorder란 무엇입니까?

Zammad Time Recorder은(는) https://glarotech.ch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record Zammad ticket time"입니다.

확장 프로그램 스크린샷

screenshot

Zammad Time Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Record Zammad ticket time

Track time spent answering a Zammad ticket and notify a webhook once the reply has been sent. So you can track the total amount of time spending on replay to a ticket.                    

확장 프로그램 기본 정보

이름 Zammad Time Recorder Zammad Time Recorder
ID gcdcinjepidacalnccceacfgenooejbh
공식 URL https://chromewebstore.google.com/detail/zammad-time-recorder/gcdcinjepidacalnccceacfgenooejbh
설명 Record Zammad ticket time
파일 크기 60.72 KB
설치 횟수 46
현재 버전 1.0.10
최근 업데이트 2023-09-21
출시 날짜 2020-02-23
개발자 https://glarotech.ch
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.glarotech.ch/datenschutzerklaerung
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zammad Time Recorder",
    "version": "1.0.10",
    "description": "Record Zammad ticket time",
    "author": "Glarotech GmbH",
    "homepage_url": "https:\/\/www.glarotech.ch\/",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "tracker.js"
            ]
        }
    ],
    "options_ui": {
        "page": "settings\/options.html"
    }
}