YouNeed Phone

The YouNeed extension to start phone calls from web pages

Wat is YouNeed Phone?

YouNeed Phone is een Chrome-extensie ontwikkeld door YouNeed®, en de belangrijkste functie is "The YouNeed extension to start phone calls from web pages".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YouNeed Phone

Download YouNeed Phone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouNeed Phone YouNeed Phone
ID jjonhbifjclnpdicimalddgfjfbfefci
Officiële URL https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci
Beschrijving The YouNeed extension to start phone calls from web pages
Bestandsgrootte 31.39 KB
Aantal Installaties 289
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-10-19
Publicatiedatum 2021-05-17
Ontwikkelaar YouNeed®
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://youneed.it
URL van de Privacybeleid Pagina https://www.ambrogio.com/policy/policy-privacy.html
Ondersteunde Talen 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"
            ]
        }
    ]
}