MM - NXRL - TS
This is the Customer Support plugin for MM NXRL Tech support team - live
Co je MM - NXRL - TS?
MM - NXRL - TS je rozšíření Chrome vyvinuté MediaMint Engineering Team, a jeho hlavní funkcí je „This is the Customer Support plugin for MM NXRL Tech support team - live“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MM - NXRL - TS
Stáhněte si soubory rozšíření MM - NXRL - TS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | MM - NXRL - TS |
ID | lihlcpnlcjidbhenchepbppdigeldiam |
Oficiální URL | https://chromewebstore.google.com/detail/mm-nxrl-ts/lihlcpnlcjidbhenchepbppdigeldiam |
Popis | This is the Customer Support plugin for MM NXRL Tech support team - live |
Velikost souboru | 98.13 KB |
Počet instalací | 46 |
Aktuální Verze | 3.1 |
Poslední Aktualizace | 2022-12-20 |
Datum Vydání | 2019-08-29 |
Vývojář | MediaMint Engineering Team |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.mediamint.com/privacy-policy |
Podporované Jazyky | 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\/*" ] } |