MeloSIP

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

¿Qué es MeloSIP?

MeloSIP es una extensión de Chrome desarrollada por https://melotel.com, y su función principal es "Turn phone numbers on websites into clickable links and automatically initiate phone calls".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MeloSIP

Descarga archivos de extensión MeloSIP en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MeloSIP MeloSIP
ID mcjbeeafoifefomenfhilbppdfdajpja
URL Oficial https://chromewebstore.google.com/detail/melosip/mcjbeeafoifefomenfhilbppdfdajpja
Descripción Turn phone numbers on websites into clickable links and automatically initiate phone calls
Tamaño del Archivo 396 KB
Cantidad de Instalaciones 396
Versión Actual 11.2.3
Última Actualización 2024-02-13
Fecha de Publicación 2016-07-25
Desarrollador https://melotel.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://melotel.com
URL de la Página de Ayuda https://my.melotel.com/
URL de la Página de Política de Privacidad http://melotel.com/privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}