iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

Hvad er iPECS ONE Click to Dial?

iPECS ONE Click to Dial er en Chrome-udvidelse udviklet af Ericsson LG Enterprise, og dens hovedfunktion er "iPECS ONE Extension for Click to Dial".

Udvidelsesskærmbilleder

screenshot

Download iPECS ONE Click to Dial-udvidelses-CRX-fil

Download iPECS ONE Click to Dial-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        iPECS ONE Extension for Click to Dial for Web page and Native host.                    

Grundlæggende oplysninger om udvidelsen

Navn iPECS ONE Click to Dial iPECS ONE Click to Dial
ID cbeapjoacbchooidbnacdahfkennpoff
Officiel URL https://chromewebstore.google.com/detail/ipecs-one-click-to-dial/cbeapjoacbchooidbnacdahfkennpoff
Beskrivelse iPECS ONE Extension for Click to Dial
Filstørrelse 64.54 KB
Antal Installationer 1,856
Nuværende Version 1.0.6
Senest Opdateret 2024-02-28
Udgivelsesdato 2022-06-23
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Ericsson LG Enterprise
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/Background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/ContentPage.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "name": "iPECS ONE Click to Dial",
    "description": "iPECS ONE Extension for Click to Dial",
    "author": "iPECS ONE",
    "version": "1.0.6",
    "manifest_version": 3,
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "nativeMessaging",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "19": "images\/Icon19.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        },
        "default_title": "iPECS ONE Click to Dial"
    },
    "icons": {
        "19": "images\/Icon19.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    }
}