Telzio

Finds phone numbers on webpages and lets you click to dial with the Telzio Webphone or directly on your desk phone or mobile app.

Telzio là gì?

Telzio là một tiện ích mở rộng Chrome được phát triển bởi https://telzio.com, và tính năng chính của nó là "Finds phone numbers on webpages and lets you click to dial with the Telzio Webphone or directly on your desk phone or mobile app.".

Ả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 Telzio

Tải xuống các tệp mở rộng Telzio 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

                        The Telzio Chrome Extension highlights and activates phone numbers on webpages, allowing you to make calls on Telzio’s cloud-based VoIP system with ease. 

Click phone numbers on any web page to automatically open and dial the Telzio Webphone or start a call directly on your desk phone. Dial your own numbers using the built-in dialpad in the extension’s easily accessible menu. The Telzio Chrome extension makes your VoIP experience streamlined and fast. Expand your calling workflow and dial numbers faster than ever!

With the Telzio Chrome Extension you can:
- Use your Telzio numbers and Users to make calls
- Choose where you want your Click-to-Dial numbers to be taken
- Click-to-dial numbers across the web

To configure Click-to-Dial functionality, click the Telzio logo in your Chrome toolbar and click the gear icon in the top right corner. For the Telzio Chrome Extension to work with your desk phone, visit https://telzio.com and set up a desk phone for your user.

Note: To use this extension, you must have an active Telzio account. Visit https://telzio.com to learn more.                    

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

Tên Telzio Telzio
ID edclikoemekepiinheaaogbflbgjgkam
URL Chính Thức https://chromewebstore.google.com/detail/telzio/edclikoemekepiinheaaogbflbgjgkam
Mô tả Finds phone numbers on webpages and lets you click to dial with the Telzio Webphone or directly on your desk phone or mobile app.
Kích Thước Tệp 223 KB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-12-12
Ngày Phát Hành 2020-05-21
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://telzio.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://telzio.com
URL Trang Trợ Giúp https://telzio.com/support
URL Trang Chính Sách Bảo Mật https://telzio.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telzio",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Finds phone numbers on webpages and lets you click to dial with the Telzio Webphone or directly on your desk phone or mobile app.",
    "homepage_url": "https:\/\/telzio.com",
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/js\/background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Telzio",
        "default_icon": "128.png",
        "default_popup": "\/html\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/telzio.com\/",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "\/css\/inject.min.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/js\/inject.min.js"
            ]
        }
    ]
}