Pause and Resume Recordings

Sends pause/resume command to a suitable client.

Pause and Resume Recordings क्या है?

Pause and Resume Recordings CTI-Telephony द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sends pause/resume command to a suitable client."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pause and Resume Recordings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}