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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/"
]
} | |