MeloSIP

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

Cos'è MeloSIP?

MeloSIP è un'estensione di Chrome sviluppata da https://melotel.com, e la sua funzione principale è "Turn phone numbers on websites into clickable links and automatically initiate phone calls".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MeloSIP

Scarica i file di estensione MeloSIP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MeloSIP MeloSIP
ID mcjbeeafoifefomenfhilbppdfdajpja
URL Ufficiale https://chromewebstore.google.com/detail/melosip/mcjbeeafoifefomenfhilbppdfdajpja
Descrizione Turn phone numbers on websites into clickable links and automatically initiate phone calls
Dimensione del File 396 KB
Conteggio Installazioni 396
Versione Corrente 11.2.3
Ultimo Aggiornamento 2024-02-13
Data di Pubblicazione 2016-07-25
Sviluppatore https://melotel.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://melotel.com
URL della Pagina di Aiuto https://my.melotel.com/
URL della Pagina della Politica sulla Privacy http://melotel.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}