ZendeskTicketCopy
Creates a simple button in Zendesk to copy the current ticket number.
什么是ZendeskTicketCopy?
ZendeskTicketCopy是由MatthewParkerDev开发的Chrome扩展程序,该扩展的主要功能是“Creates a simple button in Zendesk to copy the current ticket number.”。
扩展截图
下载ZendeskTicketCopy扩展crx文件
下载ZendeskTicketCopy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension creates a simple button in Zendesk to copy the current ticket number. This saves time compared to copying it out of the URL.
扩展基本信息
名称 | ZendeskTicketCopy |
ID | ngkngoghlonilnnejjcecljbbaekapim |
官方URL | https://chromewebstore.google.com/detail/zendeskticketcopy/ngkngoghlonilnnejjcecljbbaekapim |
简介 | Creates a simple button in Zendesk to copy the current ticket number. |
文件大小 | 8.25 KB |
安装次数 | 147 |
当前版本 | 1.0.1 |
更新时间 | 2023-01-12 |
上架时间 | 2023-01-02 |
评分 | 5.00/5 共1次评分 |
开发者 | MatthewParkerDev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/FakeRayBanz/ZendeskTicketCopy |
帮助页面URL | https://github.com/FakeRayBanz/ZendeskTicketCopy/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZendeskTicketCopy", "version": "1.0.1", "description": "Creates a simple button in Zendesk to copy the current ticket number.", "icons": { "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/*.zendesk.com\/agent\/*" ], "run_at": "document_start" } ] } |