ServiceDesk Plus - DIY Implementation

Chrome Extension for ServiceDesk Plus Product Implementation

Cos'è ServiceDesk Plus - DIY Implementation?

ServiceDesk Plus - DIY Implementation è un'estensione di Chrome sviluppata da manageengine.com, e la sua funzione principale è "Chrome Extension for ServiceDesk Plus Product Implementation".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ServiceDesk Plus - DIY Implementation

Scarica i file di estensione ServiceDesk Plus - DIY Implementation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ServiceDesk Plus - DIY Implementation ServiceDesk Plus - DIY Implementation
ID oohoniicgoomojjcicpghihgkmngdboj
URL Ufficiale https://chromewebstore.google.com/detail/servicedesk-plus-diy-impl/oohoniicgoomojjcicpghihgkmngdboj
Descrizione Chrome Extension for ServiceDesk Plus Product Implementation
Dimensione del File 358 KB
Conteggio Installazioni 69
Versione Corrente 2.0
Ultimo Aggiornamento 2021-08-04
Data di Pubblicazione 2021-08-03
Sviluppatore manageengine.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.manageengine.com/privacy.html
Lingue Supportate 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\/*"
    ]
}