Acefone WebPhone

Acefone integrated webphone/softphone

Acefone WebPhone là gì?

Acefone WebPhone là một tiện ích mở rộng Chrome được phát triển bởi app.developer, và tính năng chính của nó là "Acefone integrated webphone/softphone".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Acefone WebPhone

Tải xuống các tệp mở rộng Acefone WebPhone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Acefone WebPhone Acefone WebPhone
ID dhhpjlmenadkmgohjcncccjdicmjgiaj
URL Chính Thức https://chromewebstore.google.com/detail/acefone-webphone/dhhpjlmenadkmgohjcncccjdicmjgiaj
Mô tả Acefone integrated webphone/softphone
Kích Thước Tệp 2.68 MB
Số Lần Cài Đặt 2,045
Phiên Bản Hiện Tại 0.7.6
Cập Nhật Lần Cuối 2023-11-09
Ngày Phát Hành 2020-07-03
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển app.developer
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.acefone.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}