Lanceur d'applications ACD

Extension permettant d'exécuter les applications de bureau ACD via le portail collaboratif i-Suite Expert

What is Lanceur d'applications ACD?

Lanceur d'applications ACD is a Chrome extension developed by ACD, and its main feature is "Extension permettant d'exécuter les applications de bureau ACD via le portail collaboratif i-Suite Expert".

Extension Screenshots

screenshot
screenshot

Download Lanceur d'applications ACD Extension CRX File

Download Lanceur d'applications ACD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        La gamme i-Suite Expert permet un partage en temps réel des dossiers du cabinet. Donner un accès sécurisé aux clients sur une partie de leur dossier, à travers une suite de modules spécialisés.                    

Extension Basic Information

Name Lanceur d'applications ACD Lanceur d'applications ACD
ID hjdmjldimjfmcaemghmjibkpdgjihplp
Official URL https://chromewebstore.google.com/detail/lanceur-dapplications-acd/hjdmjldimjfmcaemghmjibkpdgjihplp
Description Extension permettant d'exécuter les applications de bureau ACD via le portail collaboratif i-Suite Expert
File Size 772 KB
Installation Count 23,348
Current Version 1.0.4
Last Updated 2023-08-17
Publish Date 2023-03-23
Rating 4.75/5 Total 20 Ratings
Developer ACD
Email [email protected]
Payment Type free
Extension Website https://www.acd-groupe.fr/
Help Page URL https://www.acd-groupe.fr/contact/
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lanceur d'applications ACD",
    "description": "Extension permettant d'ex\u00e9cuter les applications de bureau ACD via le portail collaboratif i-Suite Expert",
    "version": "1.0.4",
    "manifest_version": 3,
    "permissions": [
        "nativeMessaging"
    ],
    "icons": {
        "128": "images\/logo_acd.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/logo_acd.png"
        }
    },
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ACDClickOnceHelper.dat"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "bienvenue.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/download.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/logo_acd.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/uninstall.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/logo-ACD-Pantone.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}