Lanceur d'applications ACD

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

Co to jest Lanceur d'applications ACD?

Lanceur d'applications ACD to rozszerzenie Chrome opracowane przez ACD, a jego główną funkcją jest „Extension permettant d'exécuter les applications de bureau ACD via le portail collaboratif i-Suite Expert”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Lanceur d'applications ACD

Pobierz pliki rozszerzeń Lanceur d'applications ACD w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Lanceur d'applications ACD Lanceur d'applications ACD
ID hjdmjldimjfmcaemghmjibkpdgjihplp
Oficjalny URL https://chromewebstore.google.com/detail/lanceur-dapplications-acd/hjdmjldimjfmcaemghmjibkpdgjihplp
Opis Extension permettant d'exécuter les applications de bureau ACD via le portail collaboratif i-Suite Expert
Rozmiar pliku 772 KB
Liczba instalacji 23,348
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2023-08-17
Data Publikacji 2023-03-23
Ocena 4.75/5 Łącznie 20 Oceny
Deweloper ACD
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.acd-groupe.fr/
Adres URL Strony Pomocy https://www.acd-groupe.fr/contact/
Obsługiwane Języki 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"
    }
}