MiFone MITEK
MiFone MITEK allows you to make and receive calls right from your web browser
什么是MiFone MITEK?
MiFone MITEK是由https://mipbx.vn开发的Chrome扩展程序,该扩展的主要功能是“MiFone MITEK allows you to make and receive calls right from your web browser”。
扩展截图
下载MiFone MITEK扩展crx文件
下载MiFone MITEK扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows making calls on websites using webRTC technology, users of MITEK's system will log in to MiFone to operate
扩展基本信息
名称 | MiFone MITEK |
ID | ofcecbjgipepdcecckphknnanfdcoaae |
官方URL | https://chromewebstore.google.com/detail/mifone-mitek/ofcecbjgipepdcecckphknnanfdcoaae |
简介 | MiFone MITEK allows you to make and receive calls right from your web browser |
文件大小 | 1.97 MB |
安装次数 | 415 |
当前版本 | 2.1.8 |
更新时间 | 2022-10-01 |
上架时间 | 2022-02-16 |
评分 | 5.00/5 共2次评分 |
开发者 | https://mipbx.vn |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://mitek.vn/chinh-sach-bao-mat-va-hoan-tien |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MiFone MITEK", "description": "MiFone MITEK allows you to make and receive calls right from your web browser", "version": "2.1.8", "icons": { "128": "mipbx-new.png" }, "action": { "default_icon": "mipbx-new.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "notifications" ], "host_permissions": [ "https:\/\/api-prod.mipbx.vn\/", "https:\/\/webphone.mitek.vn\/" ] } |