Sodimac Call Center
Extension para operar con Call Center de Sodimac
Hvad er Sodimac Call Center?
Sodimac Call Center er en Chrome-udvidelse udviklet af crosales, og dens hovedfunktion er "Extension para operar con Call Center de Sodimac".
Udvidelsesskærmbilleder
Download Sodimac Call Center-udvidelses-CRX-fil
Download Sodimac Call Center-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Sodimac Call Center |
ID | ccpogmlondlfkjkmmncffhgbfnfnocgd |
Officiel URL | https://chromewebstore.google.com/detail/sodimac-call-center/ccpogmlondlfkjkmmncffhgbfnfnocgd |
Beskrivelse | Extension para operar con Call Center de Sodimac |
Filstørrelse | 120 KB |
Antal Installationer | 89 |
Nuværende Version | 2.2.3 |
Senest Opdateret | 2022-08-18 |
Udgivelsesdato | 2020-07-04 |
Udvikler | crosales |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://api.k-maleon.cl/politica |
Understøttede Sprog | 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": "" } } |