YouNeed Phone
The YouNeed extension to start phone calls from web pages
Cos'è YouNeed Phone?
YouNeed Phone è un'estensione di Chrome sviluppata da YouNeed®, e la sua funzione principale è "The YouNeed extension to start phone calls from web pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouNeed Phone
Scarica i file di estensione YouNeed Phone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jjonhbifjclnpdicimalddgfjfbfefci |
| URL Ufficiale | https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci |
| Descrizione | The YouNeed extension to start phone calls from web pages |
| Dimensione del File | 31.39 KB |
| Conteggio Installazioni | 289 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2021-10-19 |
| Data di Pubblicazione | 2021-05-17 |
| Sviluppatore | YouNeed® |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://youneed.it |
| URL della Pagina della Politica sulla Privacy | https://www.ambrogio.com/policy/policy-privacy.html |
| Lingue Supportate | 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"
]
}
]
} | |