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
公式URL 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
Eメール [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"
}