Phone Helper

Location, timezone, and click-to-dial

Phone Helper là gì?

Phone Helper là một tiện ích mở rộng Chrome được phát triển bởi byronigoe, và tính năng chính của nó là "Location, timezone, and click-to-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 Phone Helper

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

                        Get location and timezone information for any phone number in a page. It also creates a tel: link to be able to call the number.

https://github.com/byronigoe/phoneHelper                    

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

Tên Phone Helper Phone Helper
ID cllcdbfbaembamcnhgkmihgmndhgimfb
URL Chính Thức https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb
Mô tả Location, timezone, and click-to-dial
Kích Thước Tệp 12.15 KB
Số Lần Cài Đặt 679
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-04-30
Ngày Phát Hành 2017-10-02
Nhà Phát Triển byronigoe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/byronigoe/phoneHelper
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Phone Helper",
    "version": "1.2",
    "description": "Location, timezone, and click-to-dial",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "88",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "phoneHelper.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}