Telphin Phone

Receive and make calls anywhere with the Telphin softphone

Telphin Phone란 무엇입니까?

Telphin Phone은(는) https://telphin.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive and make calls anywhere with the Telphin softphone"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Telphin Phone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}