ZendeskTicketCopy
Creates a simple button in Zendesk to copy the current ticket number.
ZendeskTicketCopy क्या है?
ZendeskTicketCopy MatthewParkerDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates a simple button in Zendesk to copy the current ticket number."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZendeskTicketCopy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |