BlueBeNET click2call

This extension converts phone numbers to links which will connect your calls using any selected protocol including custom URL dial.

BlueBeNET click2call là gì?

BlueBeNET click2call là một tiện ích mở rộng Chrome được phát triển bởi https://bluebe.net, và tính năng chính của nó là "This extension converts phone numbers to links which will connect your calls using any selected protocol including custom URL dial.".

Ả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 BlueBeNET click2call

Tải xuống các tệp mở rộng BlueBeNET click2call 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 extension converts phone numbers to links which will connect your calls using any selected protocol including custom URL dial, Provide you BLF states of your extensions, allow you to call and pickup calls and provide you to set your agent state.
To use this extension as click2call you can use any PBX or phone.                    

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

Tên BlueBeNET click2call BlueBeNET click2call
ID cjbbjaihgahoegmijdfaigddombpmfef
URL Chính Thức https://chromewebstore.google.com/detail/bluebenet-click2call/cjbbjaihgahoegmijdfaigddombpmfef
Mô tả This extension converts phone numbers to links which will connect your calls using any selected protocol including custom URL dial.
Kích Thước Tệp 2.16 MB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-09-16
Ngày Phát Hành 2021-09-16
Nhà Phát Triển https://bluebe.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bluebe.net
URL Trang Chính Sách Bảo Mật https://www.bluebe.net/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlueBeNET click2call",
    "version": "2.0",
    "manifest_version": 2,
    "description": "This extension converts phone numbers to links which will connect your calls using any selected protocol including custom URL dial.",
    "omnibox": {
        "keyword": "fop2"
    },
    "browser_action": {
        "default_icon": "image\/telephone.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "image\/icon-128.png",
        "48": "image\/icon-48.png",
        "16": "image\/icon.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/socket.io.js",
            "js\/socket.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/toastr.min.js",
                "js\/common.js",
                "js\/number2url.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/number2url.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/number2url.css",
        "image\/urlnetworks_logo_small.png",
        "image\/urlnetworks_logo_small_pb.png",
        "image\/loading.gif",
        "image\/icon.png"
    ],
    "permissions": [
        "",
        "notifications",
        "tabs",
        "unlimitedStorage",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/crm.bluebe.net; object-src 'self'"
}