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
官方網址 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": [
                ""
            ]
        }
    ]
}