EMS-CC 2020

Function detail

EMS-CC 2020คืออะไร?

EMS-CC 2020 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mipbx.vn และคุณลักษณะหลักของมันคือ "Function detail"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EMS-CC 2020

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

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

                        - Activity Agent: Login, logout, pause queue
- Popup customer information: Integration with Zoho Desk 
- Popup tracking bill information
- Click to call from chrome web browser                    

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

ชื่อ EMS-CC 2020 EMS-CC 2020
ID okknaimffggadekljmddocmcfncccdap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ems-cc-2020/okknaimffggadekljmddocmcfncccdap
คำอธิบาย Function detail
ขนาดไฟล์ 985 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2020-08-18
วันที่เผยแพร่ 2020-02-12
ผู้พัฒนา https://mipbx.vn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mipbx.vn
URL หน้าช่วยเหลือ https://mipbx.vn/lien-he-tu-van-va-hop-tac-voi-mipbx
URL หน้านโยบายความเป็นส่วนตัว https://mitek.vn/chinh-sach-bao-mat-va-hoan-tien
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EMS-CC 2020",
    "description": "Function detail",
    "version": "1.2.1",
    "icons": {
        "128": "mipbx-new.png"
    },
    "browser_action": {
        "default_icon": "mipbx-new.png",
        "default_popup": "widget_v1.html"
    },
    "background": {
        "scripts": [
            "js\/socket.io.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ]
}