netelip Click 2 WebPhone

netelip Click 2 WebPhone

什么是netelip Click 2 WebPhone?

netelip Click 2 WebPhone是由netelip开发的Chrome扩展程序,该扩展的主要功能是“netelip Click 2 WebPhone”。

扩展截图

screenshot
screenshot
screenshot

下载netelip Click 2 WebPhone扩展crx文件

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

扩展使用说明

                        Esta extensión permite hacer y recibir llamadas telefónicas (VoIP) directamente desde el navegador Chrome. Tan fácil y sencillo como navegar por internet, visualizar un número de teléfono y hacer clic en el para realizar una llamada desde el WebPhone de netelip.

Marca cualquier número de teléfono directamente desde el navegador web con el WebPhone de netelip.

No tendrás que instalar ni adquirir equipos IP adicionales para empezar a trabajar con la Telefonía IP de netelip. Únicamente tendrás que descargar la extensión netelip - Click to Call for WebPhone y empezar a configurarlo en cómodos pasos desde tu panel de cliente.

netelip es un operador de servicios de Telefonía IP y Soluciones Cloud de referencia en España y en Latinoamérica. Proveemos soluciones integrales de IT y Telecomunicaciones a distintas industrias y sectores, y nos dirigimos principalmente a Pymes de habla hispana.

Gracias a una red propia y a nuestro equipo de profesionales altamente especializado y con experiencia contrastada, nos hemos posicionado como la compañía líder en España en servicios de comunicaciones de última generación en el mercado de las telecomunicaciones, con soluciones optimizadas y un soporte técnico especializado 24×7.
¿A qué estás esperando? Descarga la extensión de netelip - Click to Call for WebPhone.

This extension allows you to carry out and receive (VoIP) phone calls directly from your Chrome browser. It's as easy and simple as browsing the internet, visualizing a number and clicking on it to make a call directly from the netelip WebPhone.

Dial any phone number directly from your web browser with the netelip WebPhone.

No installation or additional IP equipment needed in order to start working with netelip IP Telephony. Just download the netelip - Click to Call from WebPhone extension and set it up in convenient and easy steps directly from your user panel.

netelip is a leading IP Telephony and Cloud Solutions services provider in Spain and Latin America. We provide comprehensive IT and Telecommunications solutions to different industries and sectors worldwide, mainly targeting Spanish-speaking SMEs.

Thanks to our own network and to our team of highly specialized professionals with proven experience, we have positioned ourselves in Spain as the leading company in state-of-the-art communications services in the telecommunications market, with optimized solutions and specialized 24 × 7 technical support.
What are you waiting for? Download the netelip Click to Call from WebPhone extension.                    

扩展基本信息

名称 netelip Click 2 WebPhone netelip Click 2 WebPhone
ID molegeadmjfapeieaakclgoejpjcjikc
官方URL https://chromewebstore.google.com/detail/netelip-click-2-webphone/molegeadmjfapeieaakclgoejpjcjikc
简介 netelip Click 2 WebPhone
文件大小 115 KB
安装次数 139
当前版本 1.5
更新时间 2023-09-14
上架时间 2020-02-26
评分 5.00/5 共3次评分
开发者 netelip
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.netelip.com
隐私政策页面URL https://www.netelip.com/aviso-legal
支持的语言 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "netelip Click 2 WebPhone",
    "version": "1.5",
    "description": "netelip Click 2 WebPhone",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "icon-16.png",
        "icons": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bootstrap.min.css",
                "icon.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/app.hubspot.com\/*",
                "https:\/\/*.zendesk.com\/*",
                "https:\/\/*.pipedrive.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}