Telphin Phone

Receive and make calls anywhere with the Telphin softphone

Telphin Phone क्या है?

Telphin Phone https://telphin.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive and make calls anywhere with the Telphin softphone"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Receive and make calls, and receive and send SMS right from your browser.

- Call Management. 
You can make and receive phone calls without leaving the browser, put a call on hold, redial a number, and turn the microphone on/off.

- Access to call information. 
From the browser you can access the list of internal numbers and call log: direct/additional number, subscriber's name, call direction (incoming/outgoing), call duration and call recording.

- Informing about SMS messages. 
All correspondence is stored in a single SMS chat. Additionally, notifications about new messages are available in the extension. The phone number for sending SMS is automatically pulled up when the extension is enabled. 

- Authorization by login and password. 
The extension can be used by an extension user or an administrator of an extension group authorized in the "Telfin.Office" PBX LC                    

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

नाम Telphin Phone Telphin Phone
ID kpaofanfolfbjnnmfndkpgdoohbaagdp
आधिकारिक URL https://chromewebstore.google.com/detail/telphin-phone/kpaofanfolfbjnnmfndkpgdoohbaagdp
विवरण Receive and make calls anywhere with the Telphin softphone
फ़ाइल का आकार 8.26 MB
स्थापना संख्या 7,736
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2020-03-26
रेटिंग 3.54/5 कुल 13 रेटिंग्स
डेवलपर https://telphin.ru
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://telphin.ru
सहायता पृष्ठ URL https://telphin.ru/subscribers/support
गोपनीयता नीति पृष्ठ URL https://www.telphin.ru/static/docs/privacy_policy.pdf
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.0.4",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/telphin.ru\/",
    "author": "developer.telphin.com",
    "default_locale": "ru",
    "action": {
        "default_icon": ".\/assets\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content\/index.global.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "32": ".\/assets\/icon-32.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    },
    "permissions": [
        "identity",
        "contextMenus",
        "storage",
        "activeTab",
        "notifications",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/dialer.telphin.ru\/*",
        "https:\/\/sso.telphin.ru\/*",
        "https:\/\/www.google.com\/"
    ],
    "content_security_policy": [],
    "minimum_chrome_version": "100"
}