Lanceur d'applications ACD

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

Lanceur d'applications ACD là gì?

Lanceur d'applications ACD là một tiện ích mở rộng Chrome được phát triển bởi ACD, và tính năng chính của nó là "Extension permettant d'exécuter les applications de bureau ACD via le portail collaboratif i-Suite Expert".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lanceur d'applications ACD

Tải xuống các tệp mở rộng Lanceur d'applications ACD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lanceur d'applications ACD Lanceur d'applications ACD
ID hjdmjldimjfmcaemghmjibkpdgjihplp
URL Chính Thức https://chromewebstore.google.com/detail/lanceur-dapplications-acd/hjdmjldimjfmcaemghmjibkpdgjihplp
Mô tả Extension permettant d'exécuter les applications de bureau ACD via le portail collaboratif i-Suite Expert
Kích Thước Tệp 772 KB
Số Lần Cài Đặt 23,348
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-08-17
Ngày Phát Hành 2023-03-23
Đánh Giá 4.75/5 Tổng số 20 Đánh Giá
Nhà Phát Triển ACD
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.acd-groupe.fr/
URL Trang Trợ Giúp https://www.acd-groupe.fr/contact/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}