Acefone WebPhone

Acefone integrated webphone/softphone

Vad är Acefone WebPhone?

Acefone WebPhone är en Chrome-tillägg utvecklad av app.developer, och dess huvudfunktion är "Acefone integrated webphone/softphone".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Acefone WebPhone-förlängningens CRX-fil

Ladda ner Acefone WebPhone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Acefone WebPhone Acefone WebPhone
ID dhhpjlmenadkmgohjcncccjdicmjgiaj
Officiell webbadress https://chromewebstore.google.com/detail/acefone-webphone/dhhpjlmenadkmgohjcncccjdicmjgiaj
Beskrivning Acefone integrated webphone/softphone
Filstorlek 2.68 MB
Antal Installationer 2,045
Aktuell Version 0.7.6
Senast Uppdaterad 2023-11-09
Publiceringsdatum 2020-07-03
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare app.developer
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.acefone.com/privacy-policy
Stödda Språk 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'"
    }
}