Zoho Quick Dial

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

Zoho Quick Dial là gì?

Zoho Quick Dial là một tiện ích mở rộng Chrome được phát triển bởi https://www.voicemailtel.com, và tính năng chính của nó là "Dial any number from any web page directly from your browser.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zoho Quick Dial

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

                        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                    

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

Tên Zoho Quick Dial Zoho Quick Dial
ID kpidpdkdbgkpkkabejmjldncipfkedcl
URL Chính Thức https://chromewebstore.google.com/detail/zoho-quick-dial/kpidpdkdbgkpkkabejmjldncipfkedcl
Mô tả Dial any number from any web page directly from your browser.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 248
Phiên Bản Hiện Tại 1.27.6
Cập Nhật Lần Cuối 2016-12-16
Ngày Phát Hành 2016-12-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.voicemailtel.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}