MM - NXRL - TS
This is the Customer Support plugin for MM NXRL Tech support team - live
MM - NXRL - TS là gì?
MM - NXRL - TS là một tiện ích mở rộng Chrome được phát triển bởi MediaMint Engineering Team, và tính năng chính của nó là "This is the Customer Support plugin for MM NXRL Tech support team - live".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MM - NXRL - TS
Tải xuống các tệp mở rộng MM - NXRL - TS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MM - NXRL - TS |
ID | lihlcpnlcjidbhenchepbppdigeldiam |
URL Chính Thức | https://chromewebstore.google.com/detail/mm-nxrl-ts/lihlcpnlcjidbhenchepbppdigeldiam |
Mô tả | This is the Customer Support plugin for MM NXRL Tech support team - live |
Kích Thước Tệp | 98.13 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2022-12-20 |
Ngày Phát Hành | 2019-08-29 |
Nhà Phát Triển | MediaMint Engineering Team |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.mediamint.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |