Acefone Softphone

Softphone Powered by Acefone

Was ist Acefone Softphone?

Acefone Softphone ist eine Chrome-Erweiterung, die von app.developer entwickelt wurde, und ihr Hauptmerkmal ist "Softphone Powered by Acefone".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Acefone Softphone-Erweiterungs-CRX-Datei herunterladen

Laden Sie Acefone Softphone-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

                        About Acefone Softphone

Acefone provides phone systems and PBX hosted on cloud to help enhance your business communications. A cloud-hosted phone system that is bespoke as well as flexible and can be tailored to your business needs. With a range of innovative features and, with our easy-to-use portal, you are in total control. It allows you to monitor and track all the calls.

This app is a softphone application with a simple user interface which allows you to make calls over the internet using VoIP.

Key Features:

Contact Management – Manage your contacts on the go, choose which calls to pick and which one to block. You can easily make a list of contacts or delete the ones you don’t need. If needed, you can make a priority list for those special customers.

Easy Access – No need to remember your softphone credentials. Just log in using your Acefone account credentials for a seamless experience.

Call History – Get all the details of your incoming, outgoing along with the details such as duration of call, time of call and whether the number is unknown or not.                    

Grundlegende Informationen zur Erweiterung

Name Acefone Softphone Acefone Softphone
ID kbmjcfkcbacmieljibdhmenpffcipcik
Offizielle URL https://chromewebstore.google.com/detail/acefone-softphone/kbmjcfkcbacmieljibdhmenpffcipcik
Beschreibung Softphone Powered by Acefone
Dateigröße 5.2 MB
Installationsanzahl 43
Aktuelle Version 1.0.3
Letztes Update 2023-02-08
Veröffentlichungsdatum 2022-09-27
Entwickler app.developer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.acefone.com
Hilfeseite URL https://www.acefone.com/support/
URL der Datenschutzrichtlinien-Seite https://www.acefone.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Acefone Softphone",
    "short_name": "Acefone",
    "description": "Softphone Powered by Acefone",
    "version": "1.0.3",
    "icons": {
        "128": "images\/acefone\/favicon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/acefone\/favicon.png"
    },
    "permissions": [
        "storage",
        "microphone",
        "background"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "assets\/*",
                "index.html"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}