TVox Click to Call

Click on phone numbers to call them through the TVox Client

什麼是TVox Click to Call?

TVox Click to Call是由https://teleniasoftware.com開發的Chrome擴展程式,該擴展的主要功能是“Click on phone numbers to call them through the TVox Client”。

擴展截圖

screenshot
screenshot
screenshot

下載TVox Click to Call擴展crx文件

下載TVox Click to Call擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 TVox Click to Call TVox Click to Call
ID lcpoakjecdidnegmabgpkjhmbgbakfpd
官方網址 https://chromewebstore.google.com/detail/tvox-click-to-call/lcpoakjecdidnegmabgpkjhmbgbakfpd
簡介 Click on phone numbers to call them through the TVox Client
檔案大小 474 KB
安裝次數 271
目前版本 2.2
更新時間 2020-01-17
上架時間 2020-01-15
評分 5.00/5 共 1 次評分
開發者 https://teleniasoftware.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.teleniasoftware.com/informativa-privacy
支援的語言 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"
    ]
}