iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

Qu'est-ce que iPECS ONE Click to Dial ?

iPECS ONE Click to Dial est une extension Chrome développée par Ericsson LG Enterprise, et sa fonction principale est "iPECS ONE Extension for Click to Dial".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension iPECS ONE Click to Dial

Téléchargez les fichiers d'extension iPECS ONE Click to Dial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom iPECS ONE Click to Dial iPECS ONE Click to Dial
ID cbeapjoacbchooidbnacdahfkennpoff
URL Officiel https://chromewebstore.google.com/detail/ipecs-one-click-to-dial/cbeapjoacbchooidbnacdahfkennpoff
Description iPECS ONE Extension for Click to Dial
Taille du Fichier 64.54 KB
Nombre d'Installations 1,856
Version Actuelle 1.0.6
Dernière Mise à Jour 2024-02-28
Date de Publication 2022-06-23
Évaluation 3.00/5 Total 2 Évaluations
Développeur Ericsson LG Enterprise
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}