Zendesk Submit Expander
Takes the ticket submit buttons from the drop-up box in the Zendesk agent view and puts them into a button group instead.
Zendesk Submit Expander क्या है?
Zendesk Submit Expander frogamic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes the ticket submit buttons from the drop-up box in the Zendesk agent view and puts them into a button group instead."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zendesk Submit Expander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Update 2.4: Internationalisation - All languages should now be supported. One of my friends raised a feature request with Zendesk to get this as a first class feature: https://support.zendesk.com/hc/en-us/community/posts/360049132674-Feature-request-individual-submit-buttons-instead-of-drop-down Get on over there and support it so you won't have to live without the expander for a bit next time their UI changes and it breaks. Do you hate having to make that one extra click to close a ticket? Are you worried your mouse clicks will wear out? No More! Now the 'submit as' menu is turned into a button group, making all options available all the time with a single click! Easy As!
एक्सटेंशन की मूल जानकारी
नाम | Zendesk Submit Expander |
ID | hpocmjkijiifppldckmofghmhjmmmcdk |
आधिकारिक URL | https://chromewebstore.google.com/detail/zendesk-submit-expander/hpocmjkijiifppldckmofghmhjmmmcdk |
विवरण | Takes the ticket submit buttons from the drop-up box in the Zendesk agent view and puts them into a button group instead. |
फ़ाइल का आकार | 10.12 KB |
स्थापना संख्या | 898 |
वर्तमान संस्करण | 2.4.0.0 |
अंतिम अपडेट | 2020-11-17 |
प्रकाशन तिथि | 2019-11-12 |
रेटिंग | 4.02/5 कुल 43 रेटिंग्स |
डेवलपर | frogamic |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/frogamic/zendesk-submit-expander |
सहायता पृष्ठ URL | https://twitter.com/LVocaliser |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zendesk Submit Expander", "short_name": "ZSE", "version": "2.4.0.0", "manifest_version": 2, "description": "Takes the ticket submit buttons from the drop-up box in the Zendesk agent view and puts them into a button group instead.", "author": "Dominic Shelton", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.zendesk.com\/agent\/tickets\/*" ], "run_at": "document_start", "css": [ "zendesk-submit-expander.css" ], "js": [ "zendesk-submit-expander.js" ] } ] } |