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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension allowing call recordings to be paused and resumed"입니다.

확장 프로그램 스크린샷

screenshot

SoftTrain Cloud Call Recording Controller 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}