Customer Portal Chrome Extension

Customer Portal Chrome Extension.

Cos'è Customer Portal Chrome Extension?

Customer Portal Chrome Extension è un'estensione di Chrome sviluppata da Total access communication Public Company Limited, e la sua funzione principale è "Customer Portal Chrome Extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Customer Portal Chrome Extension

Scarica i file di estensione Customer Portal Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Customer Portal Chrome Extension Customer Portal Chrome Extension
ID ibdkbajcljnpfeaappbpflbhccgdmdfi
URL Ufficiale https://chromewebstore.google.com/detail/customer-portal-chrome-ex/ibdkbajcljnpfeaappbpflbhccgdmdfi
Descrizione Customer Portal Chrome Extension.
Dimensione del File 555 KB
Conteggio Installazioni 6,000
Versione Corrente 3.5.2
Ultimo Aggiornamento 2023-02-16
Data di Pubblicazione 2019-10-28
Valutazione 4.89/5 Totale 9 Valutazioni
Sviluppatore Total access communication Public Company Limited
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://omx.dtacnetwork.co.th/
URL della Pagina di Aiuto http://www.dtac.co.th/en/
URL della Pagina della Politica sulla Privacy http://www.dtac.co.th/document-upload/Privacy-notice-v-Jan22_EN.pdf
Lingue Supportate 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"
        }
    ]
}