Customer Portal Chrome Extension

Customer Portal Chrome Extension.

Wat is Customer Portal Chrome Extension?

Customer Portal Chrome Extension is een Chrome-extensie ontwikkeld door Total access communication Public Company Limited, en de belangrijkste functie is "Customer Portal Chrome Extension.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Customer Portal Chrome Extension

Download Customer Portal Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Customer Portal Chrome Extension Customer Portal Chrome Extension
ID ibdkbajcljnpfeaappbpflbhccgdmdfi
Officiële URL https://chromewebstore.google.com/detail/customer-portal-chrome-ex/ibdkbajcljnpfeaappbpflbhccgdmdfi
Beschrijving Customer Portal Chrome Extension.
Bestandsgrootte 555 KB
Aantal Installaties 6,000
Huidige Versie 3.5.2
Laatst Bijgewerkt 2023-02-16
Publicatiedatum 2019-10-28
Beoordeling 4.89/5 Totaal 9 Beoordelingen
Ontwikkelaar Total access communication Public Company Limited
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://omx.dtacnetwork.co.th/
Help Pagina-URL http://www.dtac.co.th/en/
URL van de Privacybeleid Pagina http://www.dtac.co.th/document-upload/Privacy-notice-v-Jan22_EN.pdf
Ondersteunde Talen 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"
        }
    ]
}