Acefone WebPhone

Acefone integrated webphone/softphone

Acefone WebPhone란 무엇입니까?

Acefone WebPhone은(는) app.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Acefone integrated webphone/softphone"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Acefone WebPhone Acefone WebPhone
ID dhhpjlmenadkmgohjcncccjdicmjgiaj
공식 URL https://chromewebstore.google.com/detail/acefone-webphone/dhhpjlmenadkmgohjcncccjdicmjgiaj
설명 Acefone integrated webphone/softphone
파일 크기 2.68 MB
설치 횟수 2,045
현재 버전 0.7.6
최근 업데이트 2023-11-09
출시 날짜 2020-07-03
평점 4.20/5 총 5 개의 평점
개발자 app.developer
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.acefone.com/privacy-policy
지원되는 언어 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'"
    }
}