Zammad Time Recorder
Record Zammad ticket time
什麼是Zammad Time Recorder?
Zammad Time Recorder是由https://glarotech.ch開發的Chrome擴展程式,該擴展的主要功能是“Record Zammad ticket time”。
擴展截圖
下載Zammad Time Recorder擴展crx文件
下載Zammad Time Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | gcdcinjepidacalnccceacfgenooejbh |
官方網址 | 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" } } |