Ytel Webphone Extension
Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
What is Ytel Webphone Extension?
Ytel Webphone Extension is a Chrome extension developed by Ytel, Inc., and its main feature is "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.".
Extension Screenshots
Download Ytel Webphone Extension Extension CRX File
Download Ytel Webphone Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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”.
Extension Basic Information
Name | Ytel Webphone Extension |
ID | dhbcpadpkaemaopnpegoegfmnnjnnmhn |
Official URL | 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. |
File Size | 1.74 MB |
Installation Count | 61 |
Current Version | 3.10.9.1 |
Last Updated | 2024-02-28 |
Publish Date | 2023-07-13 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Ytel, Inc. |
[email protected] | |
Payment Type | free |
Extension Website | https://ytel.com |
Help Page URL | https://support.ytel.com |
Privacy Policy Page URL | https://www.ytel.com/company/privacy-policy |
Supported Languages | 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:\/\/*\/*" ] } ] } |