MM - NXRL - TS
This is the Customer Support plugin for MM NXRL Tech support team - live
MM - NXRL - TS क्या है?
MM - NXRL - TS MediaMint Engineering Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is the Customer Support plugin for MM NXRL Tech support team - live"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MM - NXRL - TS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Calculates the timespent on a ticket. MM <> AR Delight WorkLog is an internal extension that lets you. 1. Work on zendesk tickets with simple Start, Pause and Stop button. 2. Calculates the timespent on tickets in zendesk. 3. Removes manual entries in timetracker. Increase Productivity, save time.
एक्सटेंशन की मूल जानकारी
नाम | MM - NXRL - TS |
ID | lihlcpnlcjidbhenchepbppdigeldiam |
आधिकारिक URL | https://chromewebstore.google.com/detail/mm-nxrl-ts/lihlcpnlcjidbhenchepbppdigeldiam |
विवरण | This is the Customer Support plugin for MM NXRL Tech support team - live |
फ़ाइल का आकार | 98.13 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 3.1 |
अंतिम अपडेट | 2022-12-20 |
प्रकाशन तिथि | 2019-08-29 |
डेवलपर | MediaMint Engineering Team |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.mediamint.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MM - NXRL - TS", "description": "This is the Customer Support plugin for MM NXRL Tech support team - live", "version": "3.1", "content_scripts": [ { "matches": [ "https:\/\/adroll.zendesk.com\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/jquery.tinytimer.js", "js\/tasks_data.js", "js\/content.js", "datepicker\/js\/jquery-ui-1.9.2.custom.min.js" ], "css": [ "datepicker\/css\/base\/jquery-ui-1.9.2.custom.min.css" ] } ], "browser_action": { "default_icon": "img\/icon.png", "default_title": "MM - NXRL - TS" }, "permissions": [ "http:\/\/adroll.zendesk.com\/*", "https:\/\/adroll.zendesk.com\/*", "http:\/\/nextroll.zendesk.com\/*", "https:\/\/nextroll.zendesk.com\/*", "http:\/\/mmportal.mediamint.com\/*", "https:\/\/mmportal.mediamint.com\/*", "http:\/\/devcode.mediamint.com\/*", "https:\/\/devcode.mediamint.com\/*" ] } |