Ytel Webphone Extension
Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
Qu'est-ce que Ytel Webphone Extension ?
Ytel Webphone Extension est une extension Chrome développée par Ytel, Inc., et sa fonction principale est "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ytel Webphone Extension
Téléchargez les fichiers d'extension Ytel Webphone Extension 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
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”.
Informations de Base sur l'Extension
Nom | Ytel Webphone Extension |
ID | dhbcpadpkaemaopnpegoegfmnnjnnmhn |
URL Officiel | https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn |
Description | Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process. |
Taille du Fichier | 1.74 MB |
Nombre d'Installations | 61 |
Version Actuelle | 3.10.9.1 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2023-07-13 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Ytel, Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ytel.com |
URL de la Page d'Aide | https://support.ytel.com |
URL de la Page de Politique de Confidentialité | https://www.ytel.com/company/privacy-policy |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |