ZP Click 2 Call - Automated VRS Dialing

Click on any 10-digit number on web pages to call using Z5 or P3.

ZP Click 2 Call - Automated VRS Dialing là gì?

ZP Click 2 Call - Automated VRS Dialing là một tiện ích mở rộng Chrome được phát triển bởi ZP Better Together, LLC, và tính năng chính của nó là "Click on any 10-digit number on web pages to call using Z5 or P3.".

Ả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 ZP Click 2 Call - Automated VRS Dialing

Tải xuống các tệp mở rộng ZP Click 2 Call - Automated VRS Dialing 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 by ZP Better Together, LLC allows you to click on any phone number on any web page, which will start a VRS call. No more copy-and-paste!                    

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

Tên ZP Click 2 Call - Automated VRS Dialing ZP Click 2 Call - Automated VRS Dialing
ID lbhmbcmpbghibdbogpfnpfolpnfjghho
URL Chính Thức https://chromewebstore.google.com/detail/zp-click-2-call-automated/lbhmbcmpbghibdbogpfnpfolpnfjghho
Mô tả Click on any 10-digit number on web pages to call using Z5 or P3.
Kích Thước Tệp 463 KB
Số Lần Cài Đặt 541
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2022-04-05
Ngày Phát Hành 2022-04-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ZP Better Together, LLC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zpvrs.com/c2c
URL Trang Trợ Giúp https://zpvrs.com/c2c/support
URL Trang Chính Sách Bảo Mật https://zpvrs.com/apps/zp/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZP Click 2 Call - Automated VRS Dialing",
    "description": "Click on any 10-digit number on web pages to call using Z5 or P3.",
    "version": "2.1.0",
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "24": "\/assets\/icons\/icon24.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "64": "\/assets\/icons\/icon64.png",
        "128": "\/assets\/icons\/icon128.png",
        "256": "\/assets\/icons\/icon256.png",
        "512": "\/assets\/icons\/icon512.png",
        "1024": "\/assets\/icons\/icon1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "\/content\/content.css"
            ],
            "js": [
                "\/content\/contentScript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_icon": "\/assets\/icons\/icon32.png",
        "default_popup": "\/popup\/index.html",
        "default_title": "Purple Communications - Click 2 Call"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "MacCtrl+Shift+C"
            },
            "description": "Toggle Click 2 Call"
        }
    },
    "background": {
        "service_worker": "\/background\/background.js"
    },
    "options_ui": {
        "page": "\/options\/index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/icon1024.png",
                "assets\/icons\/icon128.png",
                "assets\/icons\/icon16.png",
                "assets\/icons\/icon24.png",
                "assets\/icons\/icon256.png",
                "assets\/icons\/icon32.png",
                "assets\/icons\/icon32disabled.png",
                "assets\/icons\/icon48.png",
                "assets\/icons\/icon512.png",
                "assets\/icons\/icon64.png",
                "assets\/icons\/P3_128x128.png",
                "assets\/icons\/P3_16x16.png",
                "assets\/icons\/P3_24x24.png",
                "assets\/icons\/P3_32x32.png",
                "assets\/icons\/P3_48x48.png",
                "assets\/icons\/Z5_128x128.png",
                "assets\/icons\/Z5_16x16.png",
                "assets\/icons\/Z5_24x24.png",
                "assets\/icons\/Z5_32x32.png",
                "assets\/icons\/Z5_48x48.png",
                "assets\/images\/placeholder1.png",
                "content\/content.css",
                "configuration.json"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}