Click to call

Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…

Click to call là gì?

Click to call là một tiện ích mở rộng Chrome được phát triển bởi https://integrics.com, và tính năng chính của nó là "Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…".

Ả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 Click to call

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

                        Detects telephone numbers on any web page, and turns them into clickable links.

An account with an Enswitch provider running Enswitch 3.13 or later is required.                    

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

Tên Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
URL Chính Thức https://chromewebstore.google.com/detail/click-to-call/oaogeindmfedfacmlioeinkoopbadapm
Mô tả Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…
Kích Thước Tệp 220 KB
Số Lần Cài Đặt 297
Phiên Bản Hiện Tại 1.0.13
Cập Nhật Lần Cuối 2022-09-10
Ngày Phát Hành 2017-02-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://integrics.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://integrics.com/privacy/clients
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click to call",
    "version": "1.0.13",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mutation-summary.js",
                "jquery-3.1.0.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": ""
    },
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/phone.png",
                "images\/universal_link.gif",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}