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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}