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
Eメール [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\/*"
    ]
}