Ytel Webphone Extension
Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
什么是Ytel Webphone Extension?
Ytel Webphone Extension是由Ytel, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.”。
扩展截图
下载Ytel Webphone Extension扩展crx文件
下载Ytel Webphone Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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”.
扩展基本信息
名称 | Ytel Webphone Extension |
ID | dhbcpadpkaemaopnpegoegfmnnjnnmhn |
官方URL | https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn |
简介 | Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process. |
文件大小 | 1.74 MB |
安装次数 | 61 |
当前版本 | 3.10.9.1 |
更新时间 | 2024-02-28 |
上架时间 | 2023-07-13 |
评分 | 5.00/5 共7次评分 |
开发者 | Ytel, Inc. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ytel.com |
帮助页面URL | https://support.ytel.com |
隐私政策页面URL | https://www.ytel.com/company/privacy-policy |
支持的语言 | 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:\/\/*\/*" ] } ] } |