SoftTrain Cloud Call Recording Controller

Extension allowing call recordings to be paused and resumed

Was ist SoftTrain Cloud Call Recording Controller?

SoftTrain Cloud Call Recording Controller ist eine Chrome-Erweiterung, die von https://softtrain.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "Extension allowing call recordings to be paused and resumed".

Erweiterungsscreenshots

screenshot

SoftTrain Cloud Call Recording Controller-Erweiterungs-CRX-Datei herunterladen

Laden Sie SoftTrain Cloud Call Recording Controller-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

                        This Chrome Extension allows call recordings to be automatically paused when the end-user inputs sensitive data into a form on a web page, whether that is credit card details when making a payment or customer information that needs to be kept secure. Once the user has finished entering the information, the call recording resumes again. 

- Version History
V1.1.5 - Added Trust Payments gateway
V1.1.4 - Fix for braintreegateway to allow multi-version                    

Grundlegende Informationen zur Erweiterung

Name SoftTrain Cloud Call Recording Controller SoftTrain Cloud Call Recording Controller
ID knhdnpgllndipeninfjmgphmbffkfcfp
Offizielle URL https://chromewebstore.google.com/detail/softtrain-cloud-call-reco/knhdnpgllndipeninfjmgphmbffkfcfp
Beschreibung Extension allowing call recordings to be paused and resumed
Dateigröße 75.77 KB
Installationsanzahl 124
Aktuelle Version 1.1.5
Letztes Update 2024-02-09
Veröffentlichungsdatum 2023-03-15
Entwickler https://softtrain.co.uk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.softtrain.co.uk/wildix-call-recording-controller
Hilfeseite URL https://www.softtrain.co.uk/contact-us
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoftTrain Cloud Call Recording Controller",
    "description": "Extension allowing call recordings to be paused and resumed",
    "version": "1.1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg-loader.js"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.wildixin.com\/",
        "https:\/\/localhost:44380\/*",
        "https:\/\/crm-dev.softtrain.co.uk\/Extension\/*",
        "https:\/\/crm-preprod.softtrain.co.uk\/ExtCRC\/*",
        "https:\/\/crm.softtrain.co.uk\/ExtCRC\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/ic-chromeExtension-16.png",
            "32": "\/images\/ic-chromeExtension-32.png",
            "48": "\/images\/ic-chromeExtension-48.png",
            "128": "\/images\/ic-chromeExtension-128.png"
        }
    },
    "icons": {
        "16": "\/images\/ic-chromeExtension-16.png",
        "32": "\/images\/ic-chromeExtension-32.png",
        "48": "\/images\/ic-chromeExtension-48.png",
        "128": "\/images\/ic-chromeExtension-128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.softtrain.co.uk\/contact-us*",
                "https:\/\/www.softtrain.co.uk\/payment-gateway*",
                "https:\/\/*.stripe.com\/*"
            ],
            "js": [
                "sites\/softtrain-co-uk.js"
            ]
        },
        {
            "matches": [
                "https:\/\/prod.choiceadmin.co.uk\/*\/sales\/order_create\/processData\/key\/*",
                "https:\/\/assets.braintreegateway.com\/web\/*\/html\/hosted-fields-frame.min.html*"
            ],
            "all_frames": true,
            "js": [
                "sites\/prod-choiceadmin-co-uk.js"
            ]
        },
        {
            "matches": [
                "https:\/\/secure.ogone.com\/*"
            ],
            "js": [
                "sites\/secure-ogone-com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/hpp.realexpayments.com\/*"
            ],
            "js": [
                "sites\/hpp-realexpayments-com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/portal.allpay.cloud\/CreateDdi\/Create"
            ],
            "js": [
                "sites\/allpay-directdebit.js"
            ]
        },
        {
            "matches": [
                "https:\/\/myst.securetrading.net\/*"
            ],
            "js": [
                "sites\/trust-payments.js"
            ]
        }
    ]
}