Acefone WebPhone

Acefone integrated webphone/softphone

Acefone WebPhoneとは何ですか?

Acefone WebPhoneはapp.developerによって開発されたChromeの拡張機能で、その主な機能は「Acefone integrated webphone/softphone」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Acefone WebPhone拡張機能のCRXファイルをダウンロード

Acefone WebPhone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}