MM - NXRL - TS
This is the Customer Support plugin for MM NXRL Tech support team - live
What is MM - NXRL - TS?
MM - NXRL - TS is a Chrome extension developed by MediaMint Engineering Team, and its main feature is "This is the Customer Support plugin for MM NXRL Tech support team - live".
Extension Screenshots
Download MM - NXRL - TS Extension CRX File
Download MM - NXRL - TS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MM - NXRL - TS |
ID | lihlcpnlcjidbhenchepbppdigeldiam |
Official URL | https://chromewebstore.google.com/detail/mm-nxrl-ts/lihlcpnlcjidbhenchepbppdigeldiam |
Description | This is the Customer Support plugin for MM NXRL Tech support team - live |
File Size | 98.13 KB |
Installation Count | 46 |
Current Version | 3.1 |
Last Updated | 2022-12-20 |
Publish Date | 2019-08-29 |
Developer | MediaMint Engineering Team |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.mediamint.com/privacy-policy |
Supported Languages | 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\/*" ] } |