ServiceDesk Plus - DIY Implementation

Chrome Extension for ServiceDesk Plus Product Implementation

Co to jest ServiceDesk Plus - DIY Implementation?

ServiceDesk Plus - DIY Implementation to rozszerzenie Chrome opracowane przez manageengine.com, a jego główną funkcją jest „Chrome Extension for ServiceDesk Plus Product Implementation”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ServiceDesk Plus - DIY Implementation

Pobierz pliki rozszerzeń ServiceDesk Plus - DIY Implementation 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

                        This plugin will assist in implementing the personalized plan created for ManageEngine ServiceDesk Plus.                    

Podstawowe informacje o rozszerzeniu

Nazwa ServiceDesk Plus - DIY Implementation ServiceDesk Plus - DIY Implementation
ID oohoniicgoomojjcicpghihgkmngdboj
Oficjalny URL https://chromewebstore.google.com/detail/servicedesk-plus-diy-impl/oohoniicgoomojjcicpghihgkmngdboj
Opis Chrome Extension for ServiceDesk Plus Product Implementation
Rozmiar pliku 358 KB
Liczba instalacji 69
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2021-08-04
Data Publikacji 2021-08-03
Deweloper manageengine.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.manageengine.com/privacy.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ServiceDesk Plus - DIY Implementation",
    "version": "2.0",
    "icons": {
        "128": "icon-128x128.png"
    },
    "manifest_version": 2,
    "description": "Chrome Extension for ServiceDesk Plus Product Implementation",
    "browser_action": {
        "default_icon": "icon-192x192.png",
        "default_title": "ServiceDesk Plus - DIY Implementation"
    },
    "background": {
        "scripts": [
            ".\/jquery.js",
            "background.js",
            ".\/content.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                ".\/content.js",
                ".\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "\/static\/*"
    ]
}