TVox Click to Call

Click on phone numbers to call them through the TVox Client

TVox Click to Call là gì?

TVox Click to Call là một tiện ích mở rộng Chrome được phát triển bởi https://teleniasoftware.com, và tính năng chính của nó là "Click on phone numbers to call them through the TVox Client".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TVox Click to Call

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

                        TVox Click to Call is the extension that allows TVox users to make a call by simply clicking on the phone numbers present on CRM / ERP web based or from internet sites via Chrome browser.

- Quick and easy configuration
- Enable the call feature on your web based crm / erp
- Save typing time by eliminating the need to dial, copy and paste numbers
- Type of call:
1) Click the underlined numbers directly
2) highlight the number and then make the call with the right mouse button


NOTE
Post Installation:

On Google Chrome

The TVox Click to Call extension icon in gray will be visible in the upper right corner of the browser.
Open your TVox Web Client and refresh the page to automatically configure the TVox Click to Call extension.                    

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

Tên TVox Click to Call TVox Click to Call
ID lcpoakjecdidnegmabgpkjhmbgbakfpd
URL Chính Thức https://chromewebstore.google.com/detail/tvox-click-to-call/lcpoakjecdidnegmabgpkjhmbgbakfpd
Mô tả Click on phone numbers to call them through the TVox Client
Kích Thước Tệp 474 KB
Số Lần Cài Đặt 271
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2020-01-17
Ngày Phát Hành 2020-01-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://teleniasoftware.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.teleniasoftware.com/informativa-privacy
Ngôn Ngữ Được Hỗ Trợ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.2",
    "default_locale": "en",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "browser_action": [],
    "icons": {
        "16": "static\/images\/logo.png",
        "48": "static\/images\/logo.png",
        "128": "static\/images\/logo.png",
        "256": "static\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.4.1.min.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_script.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/tvox_page_content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "",
        "notifications"
    ]
}