OneCall

OneCall is a WebRTC client for PBX.

OneCall क्या है?

OneCall uc.unitel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OneCall is a WebRTC client for PBX."।

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

screenshot

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

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

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

                        OneCall works using WebRTC & SIP protocol. It makes communication easy and cost-effective.

Key features of OneCall are:

-> Audio Calls
-> Video Calls
-> Conferencing
-> Call Hold
-> Call Transfer
-> Call Park
-> Mute/ Unmute
-> Call History
-> Phonebook
-> Extension Settings
-> Voicemail Play & Download
-> Fax Record
-> Instant Messaging (Chat)                    

एक्सटेंशन की मूल जानकारी

नाम OneCall OneCall
ID ndgcplibofnoillcljicnfgkkdlckjnp
आधिकारिक URL https://chromewebstore.google.com/detail/onecall/ndgcplibofnoillcljicnfgkkdlckjnp
विवरण OneCall is a WebRTC client for PBX.
फ़ाइल का आकार 4.23 MB
स्थापना संख्या 251
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2024-02-07
प्रकाशन तिथि 2022-11-01
डेवलपर uc.unitel
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://pbx.ntcloud.ie/index.php/policy/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneCall",
    "manifest_version": 3,
    "version": "1.0.1",
    "author": "HoduSoft Pvt. Ltd. ([email protected])",
    "description": "OneCall is a WebRTC client for PBX.",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/ext_icons\/icon_19.png",
            "38": "img\/ext_icons\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "OneCall"
    },
    "icons": {
        "16": "img\/ext_icons\/icon_16.png",
        "48": "img\/ext_icons\/icon_48.png",
        "128": "img\/ext_icons\/icon_128.png"
    },
    "options_page": "popup.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/hodupbx.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        }
    ]
}