Customer Portal Chrome Extension

Customer Portal Chrome Extension.

Qu'est-ce que Customer Portal Chrome Extension ?

Customer Portal Chrome Extension est une extension Chrome développée par Total access communication Public Company Limited, et sa fonction principale est "Customer Portal Chrome Extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Customer Portal Chrome Extension

Téléchargez les fichiers d'extension Customer Portal Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Customer Portal Chrome Extension Customer Portal Chrome Extension
ID ibdkbajcljnpfeaappbpflbhccgdmdfi
URL Officiel https://chromewebstore.google.com/detail/customer-portal-chrome-ex/ibdkbajcljnpfeaappbpflbhccgdmdfi
Description Customer Portal Chrome Extension.
Taille du Fichier 555 KB
Nombre d'Installations 6,000
Version Actuelle 3.5.2
Dernière Mise à Jour 2023-02-16
Date de Publication 2019-10-28
Évaluation 4.89/5 Total 9 Évaluations
Développeur Total access communication Public Company Limited
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://omx.dtacnetwork.co.th/
URL de la Page d'Aide http://www.dtac.co.th/en/
URL de la Page de Politique de Confidentialité http://www.dtac.co.th/document-upload/Privacy-notice-v-Jan22_EN.pdf
Langues Prises en Charge 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"
        }
    ]
}