Pause and Resume Recordings

Sends pause/resume command to a suitable client.

Pause and Resume Recordings là gì?

Pause and Resume Recordings là một tiện ích mở rộng Chrome được phát triển bởi CTI-Telephony, và tính năng chính của nó là "Sends pause/resume command to a suitable client.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pause and Resume Recordings

Tải xuống các tệp mở rộng Pause and Resume Recordings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pause and Resume Recordings Pause and Resume Recordings
ID gbpohdlbcicdmflfniobagjbkkojhcba
URL Chính Thức https://chromewebstore.google.com/detail/pause-and-resume-recordin/gbpohdlbcicdmflfniobagjbkkojhcba
Mô tả Sends pause/resume command to a suitable client.
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 300
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-01-11
Ngày Phát Hành 2016-09-02
Nhà Phát Triển CTI-Telephony
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}