Pause and Resume Recordings

Sends pause/resume command to a suitable client.

Co to jest Pause and Resume Recordings?

Pause and Resume Recordings to rozszerzenie Chrome opracowane przez CTI-Telephony, a jego główną funkcją jest „Sends pause/resume command to a suitable client.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pause and Resume Recordings

Pobierz pliki rozszerzeń Pause and Resume Recordings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Connecting to your call recording client, this extension allows a user to easily Pause and Resume your call recording with the click of a button, used when obtaining sensitive or private information. Pause and Resume Recordings can be set up to automatically pause call recordings when the user browses to certain webpages.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pause and Resume Recordings Pause and Resume Recordings
ID gbpohdlbcicdmflfniobagjbkkojhcba
Oficjalny URL https://chromewebstore.google.com/detail/pause-and-resume-recordin/gbpohdlbcicdmflfniobagjbkkojhcba
Opis Sends pause/resume command to a suitable client.
Rozmiar pliku 129 KB
Liczba instalacji 300
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-01-11
Data Publikacji 2016-09-02
Deweloper CTI-Telephony
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pause and Resume Recordings",
    "description": "Sends pause\/resume command to a suitable client.",
    "author": "CTI-Telephony",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "version": "1.0.2",
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.min.js",
            "js\/MD5.js",
            "js\/UCClient.js",
            "js\/Process.js",
            "js\/Background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/microphone-128.png",
            "32": "images\/microphone-32.png",
            "48": "images\/microphone-48.png",
            "19": "images\/microphone-18.png"
        },
        "default_title": "Pause and Resume Recordings"
    },
    "icons": {
        "128": "images\/microphone-128.png",
        "32": "images\/microphone-32.png",
        "48": "images\/microphone-48.png",
        "19": "images\/microphone-18.png"
    },
    "web_accessible_resources": [
        "js\/jquery-1.10.2.min.map"
    ]
}