ServiceDesk Plus - DIY Implementation

Chrome Extension for ServiceDesk Plus Product Implementation

什麼是ServiceDesk Plus - DIY Implementation?

ServiceDesk Plus - DIY Implementation是由manageengine.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension for ServiceDesk Plus Product Implementation”。

擴展截圖

screenshot
screenshot
screenshot

下載ServiceDesk Plus - DIY Implementation擴展crx文件

下載ServiceDesk Plus - DIY Implementation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 ServiceDesk Plus - DIY Implementation ServiceDesk Plus - DIY Implementation
ID oohoniicgoomojjcicpghihgkmngdboj
官方網址 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\/*"
    ]
}