YouNeed Phone

The YouNeed extension to start phone calls from web pages

Qu'est-ce que YouNeed Phone ?

YouNeed Phone est une extension Chrome développée par YouNeed®, et sa fonction principale est "The YouNeed extension to start phone calls from web pages".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouNeed Phone

Téléchargez les fichiers d'extension YouNeed Phone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouNeed Phone YouNeed Phone
ID jjonhbifjclnpdicimalddgfjfbfefci
URL Officiel https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci
Description The YouNeed extension to start phone calls from web pages
Taille du Fichier 31.39 KB
Nombre d'Installations 289
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-10-19
Date de Publication 2021-05-17
Développeur YouNeed®
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://youneed.it
URL de la Page de Politique de Confidentialité https://www.ambrogio.com/policy/policy-privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}