ServiceDesk Plus - DIY Implementation

Chrome Extension for ServiceDesk Plus Product Implementation

Apa itu ServiceDesk Plus - DIY Implementation?

ServiceDesk Plus - DIY Implementation adalah ekstensi Chrome yang dikembangkan oleh manageengine.com, dan fitur utamanya adalah "Chrome Extension for ServiceDesk Plus Product Implementation".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ServiceDesk Plus - DIY Implementation

Unduh file ekstensi ServiceDesk Plus - DIY Implementation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ServiceDesk Plus - DIY Implementation ServiceDesk Plus - DIY Implementation
ID oohoniicgoomojjcicpghihgkmngdboj
URL Resmi https://chromewebstore.google.com/detail/servicedesk-plus-diy-impl/oohoniicgoomojjcicpghihgkmngdboj
Deskripsi Chrome Extension for ServiceDesk Plus Product Implementation
Ukuran File 358 KB
Jumlah Instalasi 69
Versi Saat Ini 2.0
Terakhir Diperbarui 2021-08-04
Tanggal Publikasi 2021-08-03
Pengembang manageengine.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.manageengine.com/privacy.html
Bahasa yang Didukung 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\/*"
    ]
}