IPVoice Call

Use IPVoice to call numbers in Chrome.

IPVoice Call là gì?

IPVoice Call là một tiện ích mở rộng Chrome được phát triển bởi https://ipvoice.uk, và tính năng chính của nó là "Use IPVoice to call numbers in Chrome.".

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

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

                        Use IPVoice Desktop App to call numbers in Google Chrome. Allows click to dial from any webpage that has a valid phone number and will make using the IPVoice Desktop App.                    

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

Tên IPVoice Call IPVoice Call
ID loholemopmkafkdhekbmkgbfhfhcmkjl
URL Chính Thức https://chromewebstore.google.com/detail/ipvoice-call/loholemopmkafkdhekbmkgbfhfhcmkjl
Mô tả Use IPVoice to call numbers in Chrome.
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 259
Phiên Bản Hiện Tại 7.0.0.1
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2022-02-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://ipvoice.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ipvoice.uk/
URL Trang Trợ Giúp https://ipvoice.uk/support
URL Trang Chính Sách Bảo Mật https://ipvoice.uk/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "IPVoice Ltd.",
    "background": {
        "service_worker": "call_action.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "google_phone_lib.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "highlight_numbers.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Use IPVoice to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "IPVoice Call",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "7.0.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}