MiFone MITEK

MiFone MITEK allows you to make and receive calls right from your web browser

Was ist MiFone MITEK?

MiFone MITEK ist eine Chrome-Erweiterung, die von https://mipbx.vn entwickelt wurde, und ihr Hauptmerkmal ist "MiFone MITEK allows you to make and receive calls right from your web browser".

Erweiterungsscreenshots

screenshot

MiFone MITEK-Erweiterungs-CRX-Datei herunterladen

Laden Sie MiFone MITEK-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Allows making calls on websites using webRTC technology, users of MITEK's system will log in to MiFone to operate                    

Grundlegende Informationen zur Erweiterung

Name MiFone MITEK MiFone MITEK
ID ofcecbjgipepdcecckphknnanfdcoaae
Offizielle URL https://chromewebstore.google.com/detail/mifone-mitek/ofcecbjgipepdcecckphknnanfdcoaae
Beschreibung MiFone MITEK allows you to make and receive calls right from your web browser
Dateigröße 1.97 MB
Installationsanzahl 415
Aktuelle Version 2.1.8
Letztes Update 2022-10-01
Veröffentlichungsdatum 2022-02-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://mipbx.vn
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://mitek.vn/chinh-sach-bao-mat-va-hoan-tien
Unterstützte Sprachen 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\/"
    ]
}