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