MiiTel Phone
MiiTel Phone は、Chrome ブラウザ上から電話が発信できます。
What is MiiTel Phone?
MiiTel Phone is a Chrome extension developed by https://www.revcomm.co.jp, and its main feature is "MiiTel Phone は、Chrome ブラウザ上から電話が発信できます。".
Extension Screenshots
Download MiiTel Phone Extension CRX File
Download MiiTel Phone 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
MiiTel (ミーテル) は、電話営業を可視化する音声解析AI搭載型のクラウドIP電話です。 電話営業の内容をAIがリアルタイムに解析し、会話の質を評価し、アドバイスを行うことで、成約率の向上に貢献できます。
Extension Basic Information
Name | MiiTel Phone |
ID | hjidpagohjgejmpcbjeebhcpabpbnmmm |
Official URL | https://chromewebstore.google.com/detail/miitel-phone/hjidpagohjgejmpcbjeebhcpabpbnmmm |
Description | MiiTel Phone は、Chrome ブラウザ上から電話が発信できます。 |
File Size | 518 KB |
Installation Count | 11,545 |
Current Version | 3.3.3 |
Last Updated | 2023-10-25 |
Publish Date | 2020-06-24 |
Developer | https://www.revcomm.co.jp |
[email protected] | |
Payment Type | free |
Extension Website | https://miitel.revcomm.co.jp |
Help Page URL | https://support.miitel.jp |
Privacy Policy Page URL | https://www.revcomm.co.jp/privacypolicy-engilsh |
Supported Languages | en-US,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "version": "3.3.3", "description": "__MSG_chrome_extension_description__", "short_name": "__MSG_chrome_extension_short_name__", "permissions": [ "contextMenus", "tabs", "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "ja", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [] } |