MiFone MITEK
MiFone MITEK allows you to make and receive calls right from your web browser
Vad är MiFone MITEK?
MiFone MITEK är en Chrome-tillägg utvecklad av https://mipbx.vn, och dess huvudfunktion är "MiFone MITEK allows you to make and receive calls right from your web browser".
Tilläggsskärmbilder
Ladda ner MiFone MITEK-förlängningens CRX-fil
Ladda ner MiFone MITEK-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows making calls on websites using webRTC technology, users of MITEK's system will log in to MiFone to operate Grundläggande Information om Tillägg
| Namn | |
| ID | ofcecbjgipepdcecckphknnanfdcoaae |
| Officiell webbadress | https://chromewebstore.google.com/detail/mifone-mitek/ofcecbjgipepdcecckphknnanfdcoaae |
| Beskrivning | MiFone MITEK allows you to make and receive calls right from your web browser |
| Filstorlek | 1.97 MB |
| Antal Installationer | 415 |
| Aktuell Version | 2.1.8 |
| Senast Uppdaterad | 2022-10-01 |
| Publiceringsdatum | 2022-02-16 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://mipbx.vn |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://mitek.vn/chinh-sach-bao-mat-va-hoan-tien |
| Stödda Språk | 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\/"
]
} | |