ServiceDesk Plus - DIY Implementation

Chrome Extension for ServiceDesk Plus Product Implementation

ServiceDesk Plus - DIY Implementation là gì?

ServiceDesk Plus - DIY Implementation là một tiện ích mở rộng Chrome được phát triển bởi manageengine.com, và tính năng chính của nó là "Chrome Extension for ServiceDesk Plus Product Implementation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ServiceDesk Plus - DIY Implementation

Tải xuống các tệp mở rộng ServiceDesk Plus - DIY Implementation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ServiceDesk Plus - DIY Implementation ServiceDesk Plus - DIY Implementation
ID oohoniicgoomojjcicpghihgkmngdboj
URL Chính Thức https://chromewebstore.google.com/detail/servicedesk-plus-diy-impl/oohoniicgoomojjcicpghihgkmngdboj
Mô tả Chrome Extension for ServiceDesk Plus Product Implementation
Kích Thước Tệp 358 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-08-04
Ngày Phát Hành 2021-08-03
Nhà Phát Triển manageengine.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.manageengine.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}