ZenDesk Refresher
Automatically refreshes the ZenDesk Ticket Counts for the different views
ZenDesk Refresher क्या है?
ZenDesk Refresher booleanbean द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically refreshes the ZenDesk Ticket Counts for the different views"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZenDesk Refresher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Upon installation, this extension will check if the site visited is a ZenDesk support domain. Once it detects you have, it will inject a script to refresh the ticket count automatically so that you know when a customer has responded or created a new ticket. You can change the amount of time between refreshes by clicking the extension icon. This extension is open source and no data is collected. Select "Website" to the right to view the code. Update 0.1.4 changes: - Fixed issue with interference with CC - Removed history permission and replaced with webNavigation permission
एक्सटेंशन की मूल जानकारी
नाम | ZenDesk Refresher |
ID | kbnadckimgmhcchlnoddmihobfmloocp |
आधिकारिक URL | https://chromewebstore.google.com/detail/zendesk-refresher/kbnadckimgmhcchlnoddmihobfmloocp |
विवरण | Automatically refreshes the ZenDesk Ticket Counts for the different views |
फ़ाइल का आकार | 39.64 KB |
स्थापना संख्या | 6,555 |
वर्तमान संस्करण | 0.1.4 |
अंतिम अपडेट | 2023-07-21 |
प्रकाशन तिथि | 2023-01-16 |
रेटिंग | 4.31/5 कुल 16 रेटिंग्स |
डेवलपर | booleanbean |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
सहायता पृष्ठ URL | https://github.com/scott-w-maxwell/ZenDeskFilterRefresh |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZenDesk Refresher", "description": "Automatically refreshes the ZenDesk Ticket Counts for the different views", "version": "0.1.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "permissions": [ "scripting", "storage", "tabs", "webNavigation" ], "host_permissions": [ "https:\/\/*.zendesk.com\/agent\/*" ] } |