ServiceDesk Plus - DIY Implementation

Chrome Extension for ServiceDesk Plus Product Implementation

ServiceDesk Plus - DIY Implementation क्या है?

ServiceDesk Plus - DIY Implementation manageengine.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension for ServiceDesk Plus Product Implementation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ServiceDesk Plus - DIY Implementation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम ServiceDesk Plus - DIY Implementation ServiceDesk Plus - DIY Implementation
ID oohoniicgoomojjcicpghihgkmngdboj
आधिकारिक URL https://chromewebstore.google.com/detail/servicedesk-plus-diy-impl/oohoniicgoomojjcicpghihgkmngdboj
विवरण Chrome Extension for ServiceDesk Plus Product Implementation
फ़ाइल का आकार 358 KB
स्थापना संख्या 69
वर्तमान संस्करण 2.0
अंतिम अपडेट 2021-08-04
प्रकाशन तिथि 2021-08-03
डेवलपर manageengine.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.manageengine.com/privacy.html
समर्थित भाषाएँ 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\/*"
    ]
}