netelip Click 2 Extension

netelip Click 2 Extension

netelip Click 2 Extension란 무엇입니까?

netelip Click 2 Extension은(는) netelip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "netelip Click 2 Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

netelip Click 2 Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Esta extensión permite hacer 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 él para realizar una llamada desde el dispositivo conectado a la centralita virtual de netelip.

Marca cualquier número de teléfono directamente desde el navegador web con la extensión de la centralita virtual 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 Extension 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 Extension.

This extension allows you to carry out (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 device connected to the netelip virtual PBX.

Dial any phone number directly from your web browser with the netelip virtual PBX extension.

No installation or additional IP equipment needed in order to start working with netelip IP Telephony. Just download the netelip - Click to 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 Extension.                    

확장 프로그램 기본 정보

이름 netelip Click 2 Extension netelip Click 2 Extension
ID oibhoilfkgapdepagpblmnbagjdjcajf
공식 URL https://chromewebstore.google.com/detail/netelip-click-2-extension/oibhoilfkgapdepagpblmnbagjdjcajf
설명 netelip Click 2 Extension
파일 크기 175 KB
설치 횟수 12
현재 버전 1.0
최근 업데이트 2022-11-21
출시 날짜 2022-11-20
개발자 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 Extension",
    "version": "1.0",
    "description": "netelip Click 2 Extension",
    "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"
        },
        "default_popup": "dialer.html",
        "default_title": "netelip Click 2 Extension"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bootstrap.min.css",
                "login.css",
                "font-awesome.css",
                "icon.png",
                "dialer.html"
            ],
            "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": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}