MM - NXRL - TS

This is the Customer Support plugin for MM NXRL Tech support team - live

Hvad er MM - NXRL - TS?

MM - NXRL - TS er en Chrome-udvidelse udviklet af MediaMint Engineering Team, og dens hovedfunktion er "This is the Customer Support plugin for MM NXRL Tech support team - live".

Udvidelsesskærmbilleder

screenshot

Download MM - NXRL - TS-udvidelses-CRX-fil

Download MM - NXRL - TS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn MM - NXRL - TS MM - NXRL - TS
ID lihlcpnlcjidbhenchepbppdigeldiam
Officiel URL https://chromewebstore.google.com/detail/mm-nxrl-ts/lihlcpnlcjidbhenchepbppdigeldiam
Beskrivelse This is the Customer Support plugin for MM NXRL Tech support team - live
Filstørrelse 98.13 KB
Antal Installationer 46
Nuværende Version 3.1
Senest Opdateret 2022-12-20
Udgivelsesdato 2019-08-29
Udvikler MediaMint Engineering Team
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.mediamint.com/privacy-policy
Understøttede Sprog 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\/*"
    ]
}