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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } |