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
公式URL 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
Eメール [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"
    ]
}