Customer Portal Chrome Extension

Customer Portal Chrome Extension.

Was ist Customer Portal Chrome Extension?

Customer Portal Chrome Extension ist eine Chrome-Erweiterung, die von Total access communication Public Company Limited entwickelt wurde, und ihr Hauptmerkmal ist "Customer Portal Chrome Extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Customer Portal Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Customer Portal Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Customer Portal Chrome Extension Customer Portal Chrome Extension
ID ibdkbajcljnpfeaappbpflbhccgdmdfi
Offizielle URL https://chromewebstore.google.com/detail/customer-portal-chrome-ex/ibdkbajcljnpfeaappbpflbhccgdmdfi
Beschreibung Customer Portal Chrome Extension.
Dateigröße 555 KB
Installationsanzahl 6,000
Aktuelle Version 3.5.2
Letztes Update 2023-02-16
Veröffentlichungsdatum 2019-10-28
Bewertung 4.89/5 Insgesamt 9 Bewertungen
Entwickler Total access communication Public Company Limited
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://omx.dtacnetwork.co.th/
Hilfeseite URL http://www.dtac.co.th/en/
URL der Datenschutzrichtlinien-Seite http://www.dtac.co.th/document-upload/Privacy-notice-v-Jan22_EN.pdf
Unterstützte Sprachen 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"
        }
    ]
}