TMS Callcenters Plugin

This extension will allow the screen pop tab to auto-close

TMS Callcenters Pluginคืออะไร?

TMS Callcenters Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sopermills2010 และคุณลักษณะหลักของมันคือ "This extension will allow the screen pop tab to auto-close"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TMS Callcenters Plugin

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

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

                        TMS Callcenters Agent Extension

This extension does 3 things for the combined single purpose of allowing TMS Callcenter Agents perform their tasks without issue or interruption:

1: Used to auto-close TMS Callcenter's CTI screen pop chrome tab.

2: Fix for Tempur-Sealy Customer Service Agents - MS Dynamics CRM Notes Visibility

3: Fix for Tempur-Sealy Customer Service Agents - MS Dynamics Attachments and download links

***For TMS Callcenters Employees only*** 

Triggered on a specific URLs for TMS telephony CTI screen pop & Tempur-Sealy URL for CRM Notes and attachments                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TMS Callcenters Plugin TMS Callcenters Plugin
ID dmgfobapefgmjedmhmonebgbmjbbjjnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tms-callcenters-plugin/dmgfobapefgmjedmhmonebgbmjbbjjnn
คำอธิบาย This extension will allow the screen pop tab to auto-close
ขนาดไฟล์ 6.46 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2021-12-15
วันที่เผยแพร่ 2020-11-12
ผู้พัฒนา sopermills2010
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TMS Callcenters Plugin",
    "description": "This extension will allow the screen pop tab to auto-close",
    "version": "2.1",
    "icons": {
        "24": "phone-icon-24.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tmsintranet\/screenpop\/*",
                "http:\/\/tmsintranet\/ScreenPop\/*",
                "http:\/\/tmsproxy01.systech.services\/screenpop\/*",
                "http:\/\/tmsproxy01.systech.services\/ScreenPop\/*",
                "https:\/\/tmsproxy01.systech.services\/screenpop\/*",
                "https:\/\/tmsproxy01.systech.services\/ScreenPop\/*",
                "http:\/\/192.168.7.71\/screenpop\/*",
                "http:\/\/192.168.7.71\/ScreenPop\/*",
                "http:\/\/web01\/screenpop\/*",
                "http:\/\/web01\/ScreenPop\/*",
                "http:\/\/screenpop.tmscallcenters.services\/screenpop\/*",
                "http:\/\/screenpop.tmscallcenters.services\/ScreenPop\/*",
                "http:\/\/screenpop.tmscallcenters.services\/screenpop\/*",
                "http:\/\/screenpop.tmscallcenters.services\/ScreenPop\/*",
                "http:\/\/10.70.4.7\/screenpop\/*",
                "http:\/\/10.70.4.7\/ScreenPop\/*",
                "https:\/\/10.70.4.7\/screenpop\/*",
                "https:\/\/10.70.4.7\/ScreenPop\/*",
                "https:\/\/tmsws.com\/screenpop\/*",
                "https:\/\/tmsws.com\/ScreenPop\/*",
                "https:\/\/192.168.7.65\/screenpop\/*",
                "https:\/\/192.168.7.65\/ScreenPop\/*"
            ],
            "permissions": [],
            "run_at": "document_end",
            "js": [
                "TMS.js"
            ]
        },
        {
            "matches": [
                "https:\/\/crmusa.tempursealy.com\/*",
                "http:\/\/crmusa.tempursealy.com\/*"
            ],
            "css": [
                "CRMNotes.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "downloads",
        "file:\/\/*"
    ]
}