YouNeed Phone
The YouNeed extension to start phone calls from web pages
Co to jest YouNeed Phone?
YouNeed Phone to rozszerzenie Chrome opracowane przez YouNeed®, a jego główną funkcją jest „The YouNeed extension to start phone calls from web pages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouNeed Phone
Pobierz pliki rozszerzeń YouNeed Phone w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jjonhbifjclnpdicimalddgfjfbfefci |
Oficjalny URL | https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci |
Opis | The YouNeed extension to start phone calls from web pages |
Rozmiar pliku | 31.39 KB |
Liczba instalacji | 289 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-10-19 |
Data Publikacji | 2021-05-17 |
Deweloper | YouNeed® |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://youneed.it |
Adres URL Strony Polityki Prywatności | https://www.ambrogio.com/policy/policy-privacy.html |
Obsługiwane Języki | 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" ] } ] } |