YouNeed Phone

The YouNeed extension to start phone calls from web pages

YouNeed Phone là gì?

YouNeed Phone là một tiện ích mở rộng Chrome được phát triển bởi YouNeed®, và tính năng chính của nó là "The YouNeed extension to start phone calls from web pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouNeed Phone

Tải xuống các tệp mở rộng YouNeed Phone 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 allows YouNeed® users to start phone calls directly from web pages.

While using Chrome to browse the web, they will be able to click phone numbers and a YouNeed® phone call will start.

Also, this extension helps to receive more easily phone calls on a YouNeed® extension.                    

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

Tên YouNeed Phone YouNeed Phone
ID jjonhbifjclnpdicimalddgfjfbfefci
URL Chính Thức https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci
Mô tả The YouNeed extension to start phone calls from web pages
Kích Thước Tệp 31.39 KB
Số Lần Cài Đặt 289
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-10-19
Ngày Phát Hành 2021-05-17
Nhà Phát Triển YouNeed®
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://youneed.it
URL Trang Chính Sách Bảo Mật https://www.ambrogio.com/policy/policy-privacy.html
Ngôn Ngữ Được Hỗ Trợ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouNeed Phone",
    "version": "1.0.1",
    "description": "The YouNeed extension to start phone calls from web pages",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.web.youneed.it\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": [],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "content_script.js"
            ]
        }
    ]
}