TTNC Softphone

TTNC Softphone

TTNC Softphone là gì?

TTNC Softphone là một tiện ích mở rộng Chrome được phát triển bởi technical, và tính năng chính của nó là "TTNC Softphone".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TTNC Softphone

Tải xuống các tệp mở rộng TTNC Softphone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Our Click-to-Call extension allows you to make calls from the Chrome browser.

TTNC's Click-to-Call Chrome Extension converts every phone number on a web page to a "Click-to-Call" button. This means you can make calls to any phone number on a website by just clicking on the phone number.

How does it work?

1. Create an account with TTNC if you haven't got one already.
2. Get yourself a phone number and add a VoIP User to that number.
3. Install the TTNC Click-to-Call Chrome Extension on your device.
4. Install and configure the TTNC Desktop Softphone.
5. If you go to a website that shows a phone number, you'll see that the TTNC Click-to-Call Extension automatically detects phone numbers and displays the TTNC icon next to the number.
6. To make a call, simply click on the Click-to-Call icon and it will use the Desktop Softphone to make the call.

All of your calls will automatically get logged and recorded in your TTNC account. 

PLEASE NOTE: You will need a TTNC VoIP User account to use this extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TTNC Softphone TTNC Softphone
ID iaecjclaldonoeglhecgoamghaehgpmg
URL Chính Thức https://chromewebstore.google.com/detail/ttnc-softphone/iaecjclaldonoeglhecgoamghaehgpmg
Mô tả TTNC Softphone
Kích Thước Tệp 18.31 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2021-07-15
Ngày Phát Hành 2020-01-09
Nhà Phát Triển technical
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "image-to-grayscale.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "intercept.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "ipc-bridge.js"
            ],
            "matches": [
                "https:\/\/ttnc.cloudsoftphone.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "TTNC Softphone",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "TTNC Softphone",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "1.9",
    "web_accessible_resources": [
        "ipc-bridge-init.js",
        "icon.png"
    ]
}