MiFone MITEK

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

Cos'è MiFone MITEK?

MiFone MITEK è un'estensione di Chrome sviluppata da https://mipbx.vn, e la sua funzione principale è "MiFone MITEK allows you to make and receive calls right from your web browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MiFone MITEK

Scarica i file di estensione MiFone MITEK in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome MiFone MITEK MiFone MITEK
ID ofcecbjgipepdcecckphknnanfdcoaae
URL Ufficiale https://chromewebstore.google.com/detail/mifone-mitek/ofcecbjgipepdcecckphknnanfdcoaae
Descrizione MiFone MITEK allows you to make and receive calls right from your web browser
Dimensione del File 1.97 MB
Conteggio Installazioni 415
Versione Corrente 2.1.8
Ultimo Aggiornamento 2022-10-01
Data di Pubblicazione 2022-02-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://mipbx.vn
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://mitek.vn/chinh-sach-bao-mat-va-hoan-tien
Lingue Supportate 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\/"
    ]
}