Yoko Networks Click to Call

This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone

Yoko Networks Click to Call là gì?

Yoko Networks Click to Call là một tiện ích mở rộng Chrome được phát triển bởi https://yokonetworks.com, và tính năng chính của nó là "This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone".

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

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

                        Click to call for Yoko Networks hosted VoIP systems. This extension allows customers to highlight a phone number and by clicking initiate the call from their desk phone or softphone                    

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

Tên Yoko Networks Click to Call Yoko Networks Click to Call
ID npgmpehjkfjicciloilfhfkaobhpobgk
URL Chính Thức https://chromewebstore.google.com/detail/yoko-networks-click-to-ca/npgmpehjkfjicciloilfhfkaobhpobgk
Mô tả This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 2,845
Phiên Bản Hiện Tại 4.6.1
Cập Nhật Lần Cuối 2023-09-11
Ngày Phát Hành 2020-04-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://yokonetworks.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yokonetworks.com
URL Trang Trợ Giúp https://yokonetworks.com
URL Trang Chính Sách Bảo Mật https://yokonetworks.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yoko Networks Click to Call",
    "description": "This extension allows Yoko Networks customers to highlight a phone number and by clicking initiate the call from their phone",
    "version": "4.6.1",
    "manifest_version": 3,
    "options_page": "content\/templates\/options.html",
    "action": {
        "default_icon": "content\/images\/input-dialpad48.png",
        "default_popup": "content\/templates\/callWindow.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "css": [
                "content\/css\/style.css"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/js\/jquery-2.1.3.min.js",
                "content\/js\/config.js",
                "content\/js\/common.js",
                "content\/js\/background.js"
            ]
        }
    ],
    "icons": {
        "16": "\/content\/images\/input-dialpad16.png",
        "32": "\/content\/images\/input-dialpad32.png",
        "48": "\/content\/images\/input-dialpad48.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "contextMenus",
        "webRequest",
        "declarativeNetRequest",
        "nativeMessaging",
        "background",
        "scripting",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "urls.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}