Ytel Webphone Extension
Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
Ytel Webphone Extension là gì?
Ytel Webphone Extension là một tiện ích mở rộng Chrome được phát triển bởi Ytel, Inc., và tính năng chính của nó là "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ytel Webphone Extension
Tải xuống các tệp mở rộng Ytel Webphone Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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”.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ytel Webphone Extension |
ID | dhbcpadpkaemaopnpegoegfmnnjnnmhn |
URL Chính Thức | https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn |
Mô tả | Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process. |
Kích Thước Tệp | 1.74 MB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 3.10.9.1 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2023-07-13 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Ytel, Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ytel.com |
URL Trang Trợ Giúp | https://support.ytel.com |
URL Trang Chính Sách Bảo Mật | https://www.ytel.com/company/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |