ZendeskTicketCopy

Creates a simple button in Zendesk to copy the current ticket number.

What is ZendeskTicketCopy?

ZendeskTicketCopy is a Chrome extension developed by MatthewParkerDev, and its main feature is "Creates a simple button in Zendesk to copy the current ticket number.".

Extension Screenshots

screenshot

Download ZendeskTicketCopy Extension CRX File

Download ZendeskTicketCopy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ZendeskTicketCopy ZendeskTicketCopy
ID ngkngoghlonilnnejjcecljbbaekapim
Official URL https://chromewebstore.google.com/detail/zendeskticketcopy/ngkngoghlonilnnejjcecljbbaekapim
Description Creates a simple button in Zendesk to copy the current ticket number.
File Size 8.25 KB
Installation Count 147
Current Version 1.0.1
Last Updated 2023-01-12
Publish Date 2023-01-02
Rating 5.00/5 Total 1 Ratings
Developer MatthewParkerDev
Email [email protected]
Payment Type free
Extension Website https://github.com/FakeRayBanz/ZendeskTicketCopy
Help Page URL https://github.com/FakeRayBanz/ZendeskTicketCopy/issues
Supported Languages 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"
        }
    ]
}