Sodimac Call Center

Extension para operar con Call Center de Sodimac

Wat is Sodimac Call Center?

Sodimac Call Center is een Chrome-extensie ontwikkeld door crosales, en de belangrijkste functie is "Extension para operar con Call Center de Sodimac".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sodimac Call Center

Download Sodimac Call Center-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

                        Esta herramienta de google chrome esta pensada para ser utilizada en los call centers de Sodimac, en todos sus paises, con esta extension se resguardan los datos de tarjetas de los clientes en el canal de venta telefonica                    

Basisinformatie over de Extensie

Naam Sodimac Call Center Sodimac Call Center
ID ccpogmlondlfkjkmmncffhgbfnfnocgd
Officiële URL https://chromewebstore.google.com/detail/sodimac-call-center/ccpogmlondlfkjkmmncffhgbfnfnocgd
Beschrijving Extension para operar con Call Center de Sodimac
Bestandsgrootte 120 KB
Aantal Installaties 89
Huidige Versie 2.2.3
Laatst Bijgewerkt 2022-08-18
Publicatiedatum 2020-07-04
Ontwikkelaar crosales
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://api.k-maleon.cl/politica
Ondersteunde Talen es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sodimac Call Center",
    "version": "2.2.3",
    "short_name": "Sodimac CallCenter",
    "description": "Extension para operar con Call Center de Sodimac",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/quickpayprod.falabella.com\/ui\/quickpay\/quickframe\/",
        "https:\/\/secure.falabella.com\/falabella-cl\/checkout\/payment\/",
        "https:\/\/secure.sodimac.com.ar\/sodimac-ar\/checkout\/payment\/",
        "https:\/\/secure.sodimac.com.pe\/sodimac-pe\/checkout\/payment\/",
        "https:\/\/webpay3g.transbank.cl\/webpayserver\/dist\/",
        "https:\/\/na.gcsip.com\/orb\/",
        "https:\/\/vpayment.verifika.com\/VPOS\/MM\/",
        "https:\/\/snow-dcc.falabella.cl\/",
        "https:\/\/secure.sodimac.com.mx\/sodimac-mx\/checkout\/payment\/",
        "https:\/\/www.sodimac.com.pe\/sodimac-pe\/*",
        "https:\/\/www.sodimac.cl\/sodimac-cl\/*",
        "https:\/\/apis.digitalpaymentsspa.com\/api\/*",
        "https:\/\/gw.digitalpaymentsspa.com\/api\/*",
        "https:\/\/www.sodimac.com.mx\/sodimac-mx\/checkout\/payment\/*",
        "https:\/\/payments-wallet-qa.fif.tech\/api\/*",
        "http:\/\/fprotest.falabella.cl\/*",
        "https:\/\/payments-wallet-qa.fif.tech\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quickpayprod.falabella.com\/ui\/quickpay\/quickframe\/*",
                "https:\/\/secure.falabella.com\/falabella-cl\/checkout\/payment\/*",
                "https:\/\/secure.sodimac.com.ar\/sodimac-ar\/checkout\/payment\/*",
                "https:\/\/secure.sodimac.com.pe\/sodimac-pe\/checkout\/payment\/*",
                "https:\/\/secure.sodimac.com.mx\/sodimac-mx\/checkout\/payment\/*",
                "https:\/\/webpay3g.transbank.cl\/webpayserver\/dist\/*",
                "https:\/\/na.gcsip.com\/orb\/*",
                "https:\/\/vpayment.verifika.com\/VPOS\/MM\/*",
                "https:\/\/snow-dcc.falabella.cl\/*",
                "https:\/\/secure.pe.test.b2c.sodimac.com\/*",
                "https:\/\/www.sodimac.com.pe\/sodimac-pe\/*",
                "https:\/\/api.k-maleon.cl\/*",
                "https:\/\/www.sodimac.cl\/sodimac-cl\/*",
                "https:\/\/apis.digitalpaymentsspa.com\/api\/*",
                "https:\/\/gw.digitalpaymentsspa.com\/api\/*",
                "https:\/\/www.sodimac.com.mx\/sodimac-mx\/checkout\/payment\/*",
                "https:\/\/payments-wallet-qa.fif.tech\/api\/*",
                "http:\/\/fprotest.falabella.cl\/*",
                "https:\/\/payments-wallet-qa.fif.tech\/*"
            ],
            "exclude_globs": [
                "*metrix*",
                "*online-metrix*",
                "*info_pci_lan*",
                "*info_vbv_lan*",
                "*info_msc_lan*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "default-src": "self",
        "script-src": "self",
        "style-src": "self",
        "unsafe-inline": ""
    }
}