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
官方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\/*"
    ]
}