ZendeskTicketCopy
Creates a simple button in Zendesk to copy the current ticket number.
Co to jest ZendeskTicketCopy?
ZendeskTicketCopy to rozszerzenie Chrome opracowane przez MatthewParkerDev, a jego główną funkcją jest „Creates a simple button in Zendesk to copy the current ticket number.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ZendeskTicketCopy
Pobierz pliki rozszerzeń ZendeskTicketCopy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ZendeskTicketCopy |
ID | ngkngoghlonilnnejjcecljbbaekapim |
Oficjalny URL | https://chromewebstore.google.com/detail/zendeskticketcopy/ngkngoghlonilnnejjcecljbbaekapim |
Opis | Creates a simple button in Zendesk to copy the current ticket number. |
Rozmiar pliku | 8.25 KB |
Liczba instalacji | 147 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-01-12 |
Data Publikacji | 2023-01-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | MatthewParkerDev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/FakeRayBanz/ZendeskTicketCopy |
Adres URL Strony Pomocy | https://github.com/FakeRayBanz/ZendeskTicketCopy/issues |
Obsługiwane Języki | 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" } ] } |