ParsVTCRM Click2Dial Chrome extension

Use context menu to call with ParsVTCRM

Apa itu ParsVTCRM Click2Dial Chrome extension?

ParsVTCRM Click2Dial Chrome extension adalah ekstensi Chrome yang dikembangkan oleh https://parsvt.com, dan fitur utamanya adalah "Use context menu to call with ParsVTCRM".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ParsVTCRM Click2Dial Chrome extension

Unduh file ekstensi ParsVTCRM Click2Dial Chrome extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Click to Call dialing from web pages, integrate with any softphone, Web Phone, IP-Phone and other sip clients in the ParsVTCRM.
Click to Call, also known as “Click2Call”, or “Click to Dial” allows you to request an immediate connection just by one click - typically via phone call.
ParsVTCRM Click2Dial Extension created by VTFarsi Team converts phone numbers on web pages into clickable links to allow quick dialing or simply right-click to dial for Chrome context menu.

ParsVTCRM Click2Dial extension helps to make a phone call from Asterisk-based servers like FreePBX, Elastix, and other asterisk based server.

Features of Click to Call Chrome Extension
# Click To Call Any Number From Browser.
# Easy To Use.
# Provides Quick Call Facility.
# needless to Type Number and save your time
# Simple Configuration.
# Increase the Speed of Telephone communication

This extension is usable only for ParsVTCRM users.                    

Informasi Dasar Ekstensi

Nama ParsVTCRM Click2Dial Chrome extension ParsVTCRM Click2Dial Chrome extension
ID fmoobdhodlgbliglljkbheinodiglbhj
URL Resmi https://chromewebstore.google.com/detail/parsvtcrm-click2dial-chro/fmoobdhodlgbliglljkbheinodiglbhj
Deskripsi Use context menu to call with ParsVTCRM
Ukuran File 119 KB
Jumlah Instalasi 138
Versi Saat Ini 20
Terakhir Diperbarui 2021-02-25
Tanggal Publikasi 2021-02-24
Pengembang https://parsvt.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ParsVTCRM Click2Dial Chrome extension",
    "description": "Use context menu to call with ParsVTCRM",
    "version": "20",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "parsvt.js",
            "background.js",
            "jquery.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "parsvt.js",
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "options.html"
    },
    "icons": {
        "32": "parsvt32.png",
        "64": "parsvt64.png",
        "128": "parsvt128.png"
    }
}