ServiceDesk Plus - DIY Implementation

Chrome Extension for ServiceDesk Plus Product Implementation

What is ServiceDesk Plus - DIY Implementation?

ServiceDesk Plus - DIY Implementation is a Chrome extension developed by manageengine.com, and its main feature is "Chrome Extension for ServiceDesk Plus Product Implementation".

Extension Screenshots

screenshot
screenshot
screenshot

Download ServiceDesk Plus - DIY Implementation Extension CRX File

Download ServiceDesk Plus - DIY Implementation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ServiceDesk Plus - DIY Implementation ServiceDesk Plus - DIY Implementation
ID oohoniicgoomojjcicpghihgkmngdboj
Official URL https://chromewebstore.google.com/detail/servicedesk-plus-diy-impl/oohoniicgoomojjcicpghihgkmngdboj
Description Chrome Extension for ServiceDesk Plus Product Implementation
File Size 358 KB
Installation Count 69
Current Version 2.0
Last Updated 2021-08-04
Publish Date 2021-08-03
Developer manageengine.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.manageengine.com/privacy.html
Supported Languages 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\/*"
    ]
}