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. |
Eメール | [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:\/\/*\/*" ] } ] } |