Acefone Softphone

Softphone Powered by Acefone

Acefone Softphone란 무엇입니까?

Acefone Softphone은(는) app.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Softphone Powered by Acefone"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Acefone Softphone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Acefone Softphone Acefone Softphone
ID kbmjcfkcbacmieljibdhmenpffcipcik
공식 URL https://chromewebstore.google.com/detail/acefone-softphone/kbmjcfkcbacmieljibdhmenpffcipcik
설명 Softphone Powered by Acefone
파일 크기 5.2 MB
설치 횟수 43
현재 버전 1.0.3
최근 업데이트 2023-02-08
출시 날짜 2022-09-27
개발자 app.developer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.acefone.com
도움말 페이지 URL https://www.acefone.com/support/
개인정보 보호 정책 페이지 URL https://www.acefone.com/privacy-policy
지원되는 언어 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'"
    }
}