Acefone WebPhone

Acefone integrated webphone/softphone

Cos'è Acefone WebPhone?

Acefone WebPhone è un'estensione di Chrome sviluppata da app.developer, e la sua funzione principale è "Acefone integrated webphone/softphone".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Acefone WebPhone

Scarica i file di estensione Acefone WebPhone 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

                        Acefone believes in doing innovative things, and that’s why we bank on the best of the existing technologies. Eventually, we want to deliver the best to our customers and make them feel valued. Because we value each customer with the same integrity.

So, we offer you services that help you to switch from the usual and hardware-based systems and choose the best solution to experience it yourself.                    

Informazioni di Base sull'Estensione

Nome Acefone WebPhone Acefone WebPhone
ID dhhpjlmenadkmgohjcncccjdicmjgiaj
URL Ufficiale https://chromewebstore.google.com/detail/acefone-webphone/dhhpjlmenadkmgohjcncccjdicmjgiaj
Descrizione Acefone integrated webphone/softphone
Dimensione del File 2.68 MB
Conteggio Installazioni 2,045
Versione Corrente 0.7.6
Ultimo Aggiornamento 2023-11-09
Data di Pubblicazione 2020-07-03
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore app.developer
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.acefone.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Acefone WebPhone",
    "short_name": "webphone",
    "description": "Acefone integrated webphone\/softphone",
    "version": "0.7.6",
    "icons": {
        "128": "images\/favicon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*\/*.pdf"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/jquery-ui.js",
                "findAndReplaceDOMText.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "background"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "assets\/*",
                "phone.html",
                "index.html",
                "login.html"
            ],
            "matches": [
                "https:\/\/service.acefone.co.uk\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}