ZendeskSupportNotifications
Notifies about new and updated tickets in Zendesk
ZendeskSupportNotifications क्या है?
ZendeskSupportNotifications Jorge Molina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies about new and updated tickets in Zendesk"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZendeskSupportNotifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Notifies about new and updated tickets in Zendesk. ZendeskSupportNotifications notifies you when new tickets are created or updated in your zendesk help desk software. Currently supported help desk software: * Zendesk
एक्सटेंशन की मूल जानकारी
नाम | ZendeskSupportNotifications |
ID | glkjpldmlcngdghjominbohlfjegakfi |
आधिकारिक URL | https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi |
विवरण | Notifies about new and updated tickets in Zendesk |
फ़ाइल का आकार | 84.59 KB |
स्थापना संख्या | 131 |
वर्तमान संस्करण | 1.3.2 |
अंतिम अपडेट | 2015-05-04 |
प्रकाशन तिथि | 2015-05-04 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | Jorge Molina |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZendeskSupportNotifications", "version": "1.3.2", "manifest_version": 2, "description": "Notifies about new and updated tickets in Zendesk", "permissions": [ "notifications", "http:\/\/*.zendesk.com\/", "https:\/\/*.zendesk.com\/" ], "background": { "page": "bg.html", "persistent": true }, "options_page": "options.html", "browser_action": { "default_icon": "lgpl\/48.png", "default_title": "Support Notifications", "default_popup": "master_password.html" }, "icons": { "16": "lgpl\/16.png", "48": "lgpl\/48.png", "128": "lgpl\/128.png" }, "web_accessible_resources": [ "lgpl\/48.png" ] } |