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开发的Chrome扩展程序,该扩展的主要功能是“This is the Customer Support plugin for MM NXRL Tech support team - live”。
扩展截图
下载MM - NXRL - TS扩展crx文件
下载MM - NXRL - TS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |