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”。
擴展截圖
下載Telphin Phone擴展crx文件
下載Telphin Phone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | kpaofanfolfbjnnmfndkpgdoohbaagdp |
| 官方網址 | 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"
} | |