Simotel Click2dial chrome extension

Use context menu to call with Simotel

什么是Simotel Click2dial chrome extension?

Simotel Click2dial chrome extension是由Nasim Telecom开发的Chrome扩展程序,该扩展的主要功能是“Use context menu to call with Simotel”。

扩展截图

screenshot

下载Simotel Click2dial chrome extension扩展crx文件

下载Simotel Click2dial chrome extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Simotel Click2dial chrome extension Simotel Click2dial chrome extension
ID bcmgcllckkknkmlkdlckejiedighncha
官方URL https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha
简介 Use context menu to call with Simotel
文件大小 105 KB
安装次数 284
当前版本 2.0
更新时间 2023-03-14
上架时间 2020-08-14
评分 5.00/5 共8次评分
开发者 Nasim Telecom
电子邮箱 [email protected]
付费类型 free
扩展官网 https://simotel.com/
帮助页面URL https://simotel.com/contact/
支持的语言 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"
    }
}