iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

Wat is iPECS ONE Click to Dial?

iPECS ONE Click to Dial is een Chrome-extensie ontwikkeld door Ericsson LG Enterprise, en de belangrijkste functie is "iPECS ONE Extension for Click to Dial".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iPECS ONE Click to Dial

Download iPECS ONE Click to Dial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam iPECS ONE Click to Dial iPECS ONE Click to Dial
ID cbeapjoacbchooidbnacdahfkennpoff
Officiële URL https://chromewebstore.google.com/detail/ipecs-one-click-to-dial/cbeapjoacbchooidbnacdahfkennpoff
Beschrijving iPECS ONE Extension for Click to Dial
Bestandsgrootte 64.54 KB
Aantal Installaties 1,856
Huidige Versie 1.0.6
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2022-06-23
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Ericsson LG Enterprise
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}