Neotel Softphone WebRTC

Google Chrome extension to access Neotel WebRTC softphone functionality

Neotel Softphone WebRTC क्या है?

Neotel Softphone WebRTC Neotel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Chrome extension to access Neotel WebRTC softphone functionality"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Neotel Softphone WebRTC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}