Ytel Webphone Extension
Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
Cos'è Ytel Webphone Extension?
Ytel Webphone Extension è un'estensione di Chrome sviluppata da Ytel, Inc., e la sua funzione principale è "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ytel Webphone Extension
Scarica i file di estensione Ytel Webphone Extension 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
Click to call (and text message) phone numbers in your helpdesk, CRM, and any website. Make and receive calls and texts without all the manual work. Also, get your phone numbers branded with your company name + monitored and fixed from mislabels like “Spam Likely”.
Informazioni di Base sull'Estensione
Nome | Ytel Webphone Extension |
ID | dhbcpadpkaemaopnpegoegfmnnjnnmhn |
URL Ufficiale | https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn |
Descrizione | Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process. |
Dimensione del File | 1.74 MB |
Conteggio Installazioni | 61 |
Versione Corrente | 3.10.9.1 |
Ultimo Aggiornamento | 2024-02-28 |
Data di Pubblicazione | 2023-07-13 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Ytel, Inc. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ytel.com |
URL della Pagina di Aiuto | https://support.ytel.com |
URL della Pagina della Politica sulla Privacy | https://www.ytel.com/company/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ytel Webphone Extension", "version": "3.10.9.1", "description": "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.", "action": { "browser_style": false, "default_popup": "popup.html" }, "icons": { "128": "icons\/128x128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "system.display", "alarms" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/lib\/jquery-2.2.4.min.js", "content.js" ], "css": [ "assets\/css\/content-style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "img\/call-icon.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |