MeloSIP

Turn phone numbers on websites into clickable links and automatically initiate phone calls

什么是MeloSIP?

MeloSIP是由https://melotel.com开发的Chrome扩展程序,该扩展的主要功能是“Turn phone numbers on websites into clickable links and automatically initiate phone calls”。

扩展截图

screenshot

下载MeloSIP扩展crx文件

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

扩展使用说明

                        MeloSIP Click2Call is a versatile app that provides you with three different calling protocols - SIP, SKYPE, and MeloTel API. With these protocols, you can initiate calls with ease and enjoy an enhanced experience.

One of the key benefits of using MeloSIP Click2Call is the ability to dynamically change your caller ID based on the area you are calling. This feature is only available when using the MeloTel API, and you must subscribe to the numbers you want to display as your caller ID. With this feature, you can ensure that your business always presents a professional image, no matter where you are calling from.

In conclusion, MeloSIP Click2Call is an all-in-one app that provides you with an efficient and seamless calling experience. With the ability to initiate calls on three different protocols, and the option to dynamically change your caller ID, you can enjoy a versatile and enhanced calling experience with MeloSIP Click2Call. So, don't wait any longer, try it today and start experiencing the benefits!

What is Dynamic Caller ID Insertion?

Dynamic Caller ID Insertion is a feature within the MeloSIP Click2Call Chrome browser extension that allows the user to dynamically display a specific caller ID when making a call through the MeloSIP platform. The feature enables the user to add multiple caller IDs for different area codes, allowing for a customized and localized caller ID display when making calls to different regions.

To utilize Dynamic Caller ID Insertion, the user must first add their desired caller IDs through the MeloSIP platform. Each caller ID can be comprised of three main variables:

1) Area Code
2) Caller ID Name
3) Caller ID Number (10 numbers).

The user can add as many caller IDs as they need to ensure they have a localized caller ID for each region they plan on making calls to.

Once the caller IDs have been added, MeloSIP will dynamically insert the appropriate caller ID based on the area code of the recipient of the call. For example, if the user is calling a recipient with a 416 area code, the caller ID will display the user's phone number with a 416 area code. If the user is calling a recipient with a 514 area code, the caller ID will display the user's phone number with a 514 area code.

Dynamic Caller ID Insertion solves the problem of having a generic caller ID display for all calls made through MeloSIP, allowing for a more personalized and localized approach to telemarketing calls. The feature helps to improve the likelihood of recipients answering calls from unfamiliar numbers and can lead to increased call success rates.                    

扩展基本信息

名称 MeloSIP MeloSIP
ID mcjbeeafoifefomenfhilbppdfdajpja
官方URL https://chromewebstore.google.com/detail/melosip/mcjbeeafoifefomenfhilbppdfdajpja
简介 Turn phone numbers on websites into clickable links and automatically initiate phone calls
文件大小 396 KB
安装次数 396
当前版本 11.2.3
更新时间 2024-02-13
上架时间 2016-07-25
开发者 https://melotel.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://melotel.com
帮助页面URL https://my.melotel.com/
隐私政策页面URL http://melotel.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MeloSIP",
    "description": "Turn phone numbers on websites into clickable links and automatically initiate phone calls",
    "version": "11.2.3",
    "homepage_url": "https:\/\/siclytics.com",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "const.js",
                "melo-sip.js",
                "lib\/intlTelInput.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/melosip_128.png",
            "64": "icons\/melosip_64.png",
            "32": "icons\/melosip_32.png",
            "16": "icons\/melosip_16.png"
        },
        "default_title": "MeloSIP"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/*",
                "build\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}