SoftTrain Cloud Call Recording Controller

Extension allowing call recordings to be paused and resumed

SoftTrain Cloud Call Recording Controller क्या है?

SoftTrain Cloud Call Recording Controller https://softtrain.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension allowing call recordings to be paused and resumed"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SoftTrain Cloud Call Recording Controller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम SoftTrain Cloud Call Recording Controller SoftTrain Cloud Call Recording Controller
ID knhdnpgllndipeninfjmgphmbffkfcfp
आधिकारिक URL https://chromewebstore.google.com/detail/softtrain-cloud-call-reco/knhdnpgllndipeninfjmgphmbffkfcfp
विवरण Extension allowing call recordings to be paused and resumed
फ़ाइल का आकार 75.77 KB
स्थापना संख्या 124
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2024-02-09
प्रकाशन तिथि 2023-03-15
डेवलपर https://softtrain.co.uk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.softtrain.co.uk/wildix-call-recording-controller
सहायता पृष्ठ URL https://www.softtrain.co.uk/contact-us
समर्थित भाषाएँ 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"
            ]
        }
    ]
}