Zoho Quick Dial

Dial any number from any web page directly from your browser.

Zoho Quick Dial란 무엇입니까?

Zoho Quick Dial은(는) https://www.voicemailtel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dial any number from any web page directly from your browser."입니다.

확장 프로그램 스크린샷

screenshot

Zoho Quick Dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click to call for Yealink, Snom, Polycom, VTech and Cisco series 500 devices (Zoho CRM compatible)

Dial any number from any web page directly from your browser. Zoho CRM users can now enjoy the benefits of Click-to-dial calling which will boost productivity and increase employee efficiency. This integration allows users to make calls from Zoho CRM in a single click. Avoid jumping multiple devices and save time in handling each call.
Automatic call logging
All outbound calls will be logged automatically inside Zoho CRM directly on your Lead Activity window. You can avoid manual logging of call details and have it all tracked instantly within Zoho CRM.
Requirements
•	For Zoho CRM integration, you need a Zoho CRM account                    

확장 프로그램 기본 정보

이름 Zoho Quick Dial Zoho Quick Dial
ID kpidpdkdbgkpkkabejmjldncipfkedcl
공식 URL https://chromewebstore.google.com/detail/zoho-quick-dial/kpidpdkdbgkpkkabejmjldncipfkedcl
설명 Dial any number from any web page directly from your browser.
파일 크기 110 KB
설치 횟수 248
현재 버전 1.27.6
최근 업데이트 2016-12-16
출시 날짜 2016-12-16
평점 5.00/5 총 1 개의 평점
개발자 https://www.voicemailtel.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Zoho Quick Dial",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Dial any number from any web page directly from your browser.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/voicemailtel.com\/",
    "version": "1.27.6",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Zoho Quick Dial"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}