MM - NXRL - TS

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

Cos'è MM - NXRL - TS?

MM - NXRL - TS è un'estensione di Chrome sviluppata da MediaMint Engineering Team, e la sua funzione principale è "This is the Customer Support plugin for MM NXRL Tech support team - live".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MM - NXRL - TS

Scarica i file di estensione MM - NXRL - TS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MM - NXRL - TS MM - NXRL - TS
ID lihlcpnlcjidbhenchepbppdigeldiam
URL Ufficiale https://chromewebstore.google.com/detail/mm-nxrl-ts/lihlcpnlcjidbhenchepbppdigeldiam
Descrizione This is the Customer Support plugin for MM NXRL Tech support team - live
Dimensione del File 98.13 KB
Conteggio Installazioni 46
Versione Corrente 3.1
Ultimo Aggiornamento 2022-12-20
Data di Pubblicazione 2019-08-29
Sviluppatore MediaMint Engineering Team
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.mediamint.com/privacy-policy
Lingue Supportate 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\/*"
    ]
}