Acefone WebPhone

Acefone integrated webphone/softphone

Acefone WebPhone क्या है?

Acefone WebPhone app.developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Acefone integrated webphone/softphone"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Acefone WebPhone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
    }
}