Customer Portal Chrome Extension

Customer Portal Chrome Extension.

Customer Portal Chrome Extensionคืออะไร?

Customer Portal Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Total access communication Public Company Limited และคุณลักษณะหลักของมันคือ "Customer Portal Chrome Extension."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Customer Portal Chrome Extension

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

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

                        Customer Portal Chrome extension enhances capabilities of dtac Customer Portal web, which is the application for dtac agents to provide customer service support, with the following benefits.

1. Enable agents to easily get customer information via integration with peripheral equipment, which are Card reader, Passport scanner and Signature pad.

2. Enable agents to easily capture screenshot and automatically create incident ticket.

3. Facilitate agents to smoothly connect with Softphone and Queue systems.                    

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

ชื่อ Customer Portal Chrome Extension Customer Portal Chrome Extension
ID ibdkbajcljnpfeaappbpflbhccgdmdfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/customer-portal-chrome-ex/ibdkbajcljnpfeaappbpflbhccgdmdfi
คำอธิบาย Customer Portal Chrome Extension.
ขนาดไฟล์ 555 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 3.5.2
อัปเดตครั้งล่าสุด 2023-02-16
วันที่เผยแพร่ 2019-10-28
คะแนน 4.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Total access communication Public Company Limited
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://omx.dtacnetwork.co.th/
URL หน้าช่วยเหลือ http://www.dtac.co.th/en/
URL หน้านโยบายความเป็นส่วนตัว http://www.dtac.co.th/document-upload/Privacy-notice-v-Jan22_EN.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjqu\/w1Z2xp9tyGEBuT0Yf2jnq5m+ogRIYqxG0XG6xnq7+jIgobfwqLBiAjkRoz+IMo9EwFDj6vN0dbVG6zS68l0JbZfr9R1C3nP05hn3A8UglWY56haeZKNiwXYHMq73PLdFtKmg7BP6Ktiot5nnHQ54NPXLLyv6UbE3dFny2n3rAjzr+AsRJwkJAvz7MYEXJK3f1rIa7aDhfctF9nkiOAjt+J\/oUx22nD9W4f3kFKVdVHI4wpLlgu7v5v\/DB2vq9lzrdnKNn2AOvuXFLvJfrMzKJxEos0pMl53jR+OLvr8Ydjn\/epqeSOKXL2K7hOSbadFxVpQM\/EMrisQRaC\/ONwIDAQAB",
    "manifest_version": 3,
    "name": "Customer Portal Chrome Extension",
    "version": "3.5.2",
    "description": "Customer Portal Chrome Extension.",
    "icons": {
        "48": "images\/icon.png"
    },
    "action": {
        "default_title": "Customer Portal Email",
        "default_icon": {
            "19": "images\/email_19x19.png",
            "38": "images\/email_38x38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "declarativeContent",
        "background",
        "nativeMessaging",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tac.co.th\/*",
            "*:\/\/*.dtac.co.th\/*",
            "*:\/\/*.dtacnetwork.co.th\/*",
            "*:\/\/*.dtacnetwork.dev\/*",
            "http:\/\/localhost:3333\/*",
            "http:\/\/localhost:4200\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "check.js",
                "images\/white.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tac.co.th\/*",
                "*:\/\/*.dtac.co.th\/*",
                "*:\/\/*.dtacnetwork.co.th\/*",
                "*:\/\/*.dtacnetwork.dev\/*"
            ],
            "js": [
                "js\/page_info.js"
            ],
            "run_at": "document_start"
        }
    ]
}