Lightspeed Voice Click 2 Call

This extension turns phone numbers into click to call links.

Lightspeed Voice Click 2 Call là gì?

Lightspeed Voice Click 2 Call là một tiện ích mở rộng Chrome được phát triển bởi Lightspeed Voice, và tính năng chính của nó là "This extension turns phone numbers into click to call links.".

Ả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 Lightspeed Voice Click 2 Call

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

                        This Chrome Extension turns phone numbers into click to call links on most websites. Phone numbers on any website become clickable links that, upon being clicked, automatically dial the phone number on your Lightspeed Voice provided phone. This extension is for Lightspeed Voice customers only. If you do not have Lightspeed Voice telephone service then this extension will not work for you.                    

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

Tên Lightspeed Voice Click 2 Call Lightspeed Voice Click 2 Call
ID fcpmkcphoadeclpkhlgoebjmmkkamidi
URL Chính Thức https://chromewebstore.google.com/detail/lightspeed-voice-click-2/fcpmkcphoadeclpkhlgoebjmmkkamidi
Mô tả This extension turns phone numbers into click to call links.
Kích Thước Tệp 663 KB
Số Lần Cài Đặt 2,625
Phiên Bản Hiện Tại 2.7.0.0
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2020-03-04
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Lightspeed Voice
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.lightspeedvoice.com/
URL Trang Trợ Giúp https://www.lightspeedvoice.com/
URL Trang Chính Sách Bảo Mật https://www.lightspeedvoice.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightspeed Voice Click 2 Call",
    "version": "2.7.0.0",
    "description": "This extension turns phone numbers into click to call links.",
    "short_name": "Click 2 Call",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon-48.png",
        "default_popup": "index.html",
        "default_title": "Lightspeed Voice Click 2 Call"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.lightspeedvoice.com\/*"
            ],
            "all_frames": true,
            "css": [
                "c2c2.css"
            ],
            "js": [
                "jquery.js",
                "c2c2.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "manifest_version": 3
}