Pause and Resume Recordings

Sends pause/resume command to a suitable client.

什麼是Pause and Resume Recordings?

Pause and Resume Recordings是由CTI-Telephony開發的Chrome擴展程式,該擴展的主要功能是“Sends pause/resume command to a suitable client.”。

擴展截圖

screenshot

下載Pause and Resume Recordings擴展crx文件

下載Pause and Resume Recordings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pause and Resume Recordings Pause and Resume Recordings
ID gbpohdlbcicdmflfniobagjbkkojhcba
官方網址 https://chromewebstore.google.com/detail/pause-and-resume-recordin/gbpohdlbcicdmflfniobagjbkkojhcba
簡介 Sends pause/resume command to a suitable client.
檔案大小 129 KB
安裝次數 300
目前版本 1.0.2
更新時間 2023-01-11
上架時間 2016-09-02
開發者 CTI-Telephony
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}