Clarity Voice Click-to-Call

Clarity Click to Call Plugin

Clarity Voice Click-to-Call là gì?

Clarity Voice Click-to-Call là một tiện ích mở rộng Chrome được phát triển bởi Clarity, và tính năng chính của nó là "Clarity Click to Call Plugin".

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

screenshot
screenshot

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

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

                        The Clarity Voice Click to Call extension enables users of the Clarity Voice desktop softphone to dial numbers directly from their browser via the Clarity Voice Web Client (Requires the latest version of Chrome).
It instantly detects phone numbers on websites, customer portals and popular web-based CRM software ​such as Office 365, SugarCRM, Salesforce and many others. Simply click on a phone ​number, and the call will be made via the Clarity Voice Softphone Web Client. This eliminates the need to dial, copy, paste or edit numbers from emails or websites offering instant outbound dialing and increasing productivity and collaboration for Clarity Voice users.
 
--Boost productivity of sales and customer support teams
--Works seamlessly with Clarity’s Web Client
--Phone Number Detection from websites and web portals                    

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

Tên Clarity Voice Click-to-Call Clarity Voice Click-to-Call
ID jkhehhegbcgehpkgngbphngdklackdca
URL Chính Thức https://chrome.google.com/webstore/detail/clarity-voice-click-to-ca/jkhehhegbcgehpkgngbphngdklackdca
Mô tả Clarity Click to Call Plugin
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 19.2
Cập Nhật Lần Cuối 2019-12-12
Ngày Phát Hành 2019-12-09
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Clarity
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "assets\/32.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "c2c.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Clarity Click to Call Plugin",
    "icons": {
        "128": "assets\/128.png",
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4qTXx\/HuTLwytKmh1CbLBv9BRjgeIwfnKvvmn0xDLy4pzk\/TbbO6Uh7GERBvLFuwZ3zpsDen+z74QONwF9M4S\/MYNK296PlkqHJfnGe1lEhL\/kIsQKBaDn90KwEOggX3\/HxWYJeJQ93g4\/fhAvvqV60q4JcbSaWRbYnZrr9A1uTK34MkR+kHTTXY6CbQYjghmNxo5AjRX2CIoeFoCdcF+kBBTtW8ncwrxVcm5U2k+4TIBkOCjKGIF7aOcpQVtdavK1BPEUBseucmm926bU3y+6tGR6W9EUU8pHRKvzceW0Zg85XZQPMKWgY8GVer5uSK\/IFSqIXE903xSlBFBWQWXwIDAQAB",
    "manifest_version": 2,
    "name": "Clarity Voice Click-to-Call",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "19.2",
    "web_accessible_resources": [
        "pencil-15.png"
    ]
}