MM - NXRL - TS

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

MM - NXRL - TSคืออะไร?

MM - NXRL - TS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MediaMint Engineering Team และคุณลักษณะหลักของมันคือ "This is the Customer Support plugin for MM NXRL Tech support team - live"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MM - NXRL - TS

ดาวน์โหลดไฟล์ส่วนขยาย MM - NXRL - TS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/*"
    ]
}