ServiceDesk Plus - DIY Implementation

Chrome Extension for ServiceDesk Plus Product Implementation

Что такое ServiceDesk Plus - DIY Implementation?

ServiceDesk Plus - DIY Implementation - это расширение Chrome, разработанное manageengine.com, и его основная функция - "Chrome Extension for ServiceDesk Plus Product Implementation".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения ServiceDesk Plus - DIY Implementation

Скачайте файлы расширений 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\/*"
    ]
}