YouNeed Phone

The YouNeed extension to start phone calls from web pages

What is YouNeed Phone?

YouNeed Phone is a Chrome extension developed by YouNeed®, and its main feature is "The YouNeed extension to start phone calls from web pages".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouNeed Phone Extension CRX File

Download YouNeed Phone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouNeed Phone YouNeed Phone
ID jjonhbifjclnpdicimalddgfjfbfefci
Official URL https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci
Description The YouNeed extension to start phone calls from web pages
File Size 31.39 KB
Installation Count 289
Current Version 1.0.1
Last Updated 2021-10-19
Publish Date 2021-05-17
Developer YouNeed®
Email [email protected]
Payment Type free
Extension Website https://youneed.it
Privacy Policy Page URL https://www.ambrogio.com/policy/policy-privacy.html
Supported Languages 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"
            ]
        }
    ]
}