Sodimac Call Center

Extension para operar con Call Center de Sodimac

Was ist Sodimac Call Center?

Sodimac Call Center ist eine Chrome-Erweiterung, die von crosales entwickelt wurde, und ihr Hauptmerkmal ist "Extension para operar con Call Center de Sodimac".

Erweiterungsscreenshots

screenshot

Sodimac Call Center-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sodimac Call Center-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Sodimac Call Center Sodimac Call Center
ID ccpogmlondlfkjkmmncffhgbfnfnocgd
Offizielle URL https://chromewebstore.google.com/detail/sodimac-call-center/ccpogmlondlfkjkmmncffhgbfnfnocgd
Beschreibung Extension para operar con Call Center de Sodimac
Dateigröße 120 KB
Installationsanzahl 89
Aktuelle Version 2.2.3
Letztes Update 2022-08-18
Veröffentlichungsdatum 2020-07-04
Entwickler crosales
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://api.k-maleon.cl/politica
Unterstützte Sprachen 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": ""
    }
}