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
Eメール [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": [
                ""
            ]
        }
    ]
}