Click to Call Mobile

Launches highlighted text as Tel: link.

Click to Call Mobile là gì?

Click to Call Mobile là một tiện ích mở rộng Chrome được phát triển bởi https://www.clickcallmobile.com, và tính năng chính của nó là "Launches highlighted text as Tel: link.".

Ả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 Click to Call Mobile

Tải xuống các tệp mở rộng Click to Call Mobile 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 on phone numbers that are not defined as links.  Along with our Mobile and Windows Desktop App, calls are made directly from your mobile phone.

To use this extension, simply highlight a phone number and right click.  A menu will appear - select "Call as Tel://..." and your mobile will dial that number. 

Make sure you have our Mobile App and Desktop App installed. Learn more at https://www.clickcallmobile.com/.                    

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

Tên Click to Call Mobile Click to Call Mobile
ID ggfbbimhbommiogoebgdmnipdhjfdeel
URL Chính Thức https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel
Mô tả Launches highlighted text as Tel: link.
Kích Thước Tệp 14.58 KB
Số Lần Cài Đặt 1,592
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2016-07-02
Ngày Phát Hành 2016-07-01
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.clickcallmobile.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.clickcallmobile.com/
URL Trang Trợ Giúp https://www.clickcallmobile.com/help/
URL Trang Chính Sách Bảo Mật https://www.clickcallmobile.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click to Call Mobile",
    "description": "Launches highlighted text as Tel: link.",
    "version": "0.5",
    "browser_action": {
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Click to Call Default Title",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "homepage_url": "https:\/\/www.ClickCallMobile.com",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "rightclick.js"
        ]
    }
}