Neotel Softphone WebRTC

Google Chrome extension to access Neotel WebRTC softphone functionality

什麼是Neotel Softphone WebRTC?

Neotel Softphone WebRTC是由Neotel開發的Chrome擴展程式,該擴展的主要功能是“Google Chrome extension to access Neotel WebRTC softphone functionality”。

擴展截圖

screenshot

下載Neotel Softphone WebRTC擴展crx文件

下載Neotel Softphone WebRTC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extensión de Google Chrome que permite acceder a la funcionalidad de Softphone WebRTC de Neotel.

Configure la extensión con sus datos de acceso de agente y podrá realizar y recibir llamadas directamente desde la extensión. Además, podrá acceder a la web del agente mediante el enlace integrado en la propia extensión.                    

擴展基本資訊

名稱 Neotel Softphone WebRTC Neotel Softphone WebRTC
ID ndbjjpnhbfeohmlihoecgffilbdphhak
官方網址 https://chromewebstore.google.com/detail/neotel-softphone-webrtc/ndbjjpnhbfeohmlihoecgffilbdphhak
簡介 Google Chrome extension to access Neotel WebRTC softphone functionality
檔案大小 1.71 MB
安裝次數 137
目前版本 2.0.0.1
更新時間 2024-02-06
上架時間 2020-05-27
評分 5.00/5 共 1 次評分
開發者 Neotel
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.neotel2000.com/linea-webrtc/
隱私政策頁面URL https://www.neotel2000.com/politica-de-privacidad
支援的語言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "call_selection": {
            "description": "__MSG_commandCallDesc__",
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdParty\/jQuery-3.2.1\/jquery-3.2.1.min.js",
                "js\/n2k.js",
                "js\/call.js"
            ],
            "all_frames": true
        }
    ],
    "default_locale": "es",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "notifications",
        "scripting"
    ],
    "version": "2.0.0.1"
}