Click n Call

You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.

Click n Call là gì?

Click n Call là một tiện ích mở rộng Chrome được phát triển bởi criste.nicu, và tính năng chính của nó là "You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.".

Ả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 n Call

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

                        You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.                    

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

Tên Click n Call Click n Call
ID gcmdonkkjhaclnhnnknphbffhifiblcf
URL Chính Thức https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf
Mô tả You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.
Kích Thước Tệp 81.04 KB
Số Lần Cài Đặt 604
Phiên Bản Hiện Tại 2.1.4
Cập Nhật Lần Cuối 2016-09-16
Ngày Phát Hành 2016-09-16
Đánh Giá 2.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển criste.nicu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click n Call",
    "version": "2.1.4",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.bursatransport.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "findAndReplace.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}