Simotel Click2dial chrome extension

Use context menu to call with Simotel

Apa itu Simotel Click2dial chrome extension?

Simotel Click2dial chrome extension adalah ekstensi Chrome yang dikembangkan oleh Nasim Telecom, dan fitur utamanya adalah "Use context menu to call with Simotel".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simotel Click2dial chrome extension

Unduh file ekstensi Simotel 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

                        Simotel Click2Dial chrome extension provide a simple way to send phone numbers to Simotel client apps.
How to use: Select the any phone number you wish to call in chrome tabs, open context menu by right click and finally click on Simotel icon, calls send to your Simotel apps.
Notice: This app is usable for Simotel PBX.                    

Informasi Dasar Ekstensi

Nama Simotel Click2dial chrome extension Simotel Click2dial chrome extension
ID bcmgcllckkknkmlkdlckejiedighncha
URL Resmi https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha
Deskripsi Use context menu to call with Simotel
Ukuran File 105 KB
Jumlah Instalasi 284
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-03-14
Tanggal Publikasi 2020-08-14
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Nasim Telecom
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://simotel.com/
URL Halaman Bantuan https://simotel.com/contact/
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simotel Click2dial chrome extension",
    "description": "Use context menu to call with Simotel",
    "version": "2.0",
    "manifest_version": 2,
    "options_page": "index.html",
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/simotel.js",
            "js\/background.js",
            "js\/jquery.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/simotel.js",
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "32": "images\/simotel32.png",
        "64": "images\/simotel64.png",
        "128": "images\/simotel128.png"
    }
}