iDoperation Client Extension

Automatically log in to sites where privileged use is permitted by iDoperation.

iDoperation Client Extension là gì?

iDoperation Client Extension là một tiện ích mở rộng Chrome được phát triển bởi NTT TechnoCross Corporation, và tính năng chính của nó là "Automatically log in to sites where privileged use is permitted by iDoperation.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng iDoperation Client Extension

Tải xuống các tệp mở rộng iDoperation Client Extension 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

                        The iDoperation Client Extension allows you to automatically log in to Web Apps, which the privileged access has been granted, from the iDoperation Web Console. 

This extension requires iDoperation ver3.1 or higher, ver2.8 or higher. It is also available in iDopearion Cloud.

The extension runs the web browser in Incognito mode (Google Chrome including Manifest V3) or InPrivate (Microsoft Edge), so you must grant permission for that.                    

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

Tên iDoperation Client Extension iDoperation Client Extension
ID kgggfmloeljpfjcfmoepjbnnjpbgnepg
URL Chính Thức https://chromewebstore.google.com/detail/idoperation-client-extens/kgggfmloeljpfjcfmoepjbnnjpbgnepg
Mô tả Automatically log in to sites where privileged use is permitted by iDoperation.
Kích Thước Tệp 55.46 KB
Số Lần Cài Đặt 867
Phiên Bản Hiện Tại 3.6.0
Cập Nhật Lần Cuối 2023-10-10
Ngày Phát Hành 2021-01-21
Nhà Phát Triển NTT TechnoCross Corporation
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ntt-tx.co.jp/products/idoperation/
URL Trang Trợ Giúp https://www.ntt-tx.co.jp/products/idoperation/support/
URL Trang Chính Sách Bảo Mật https://www.ntt-tx.co.jp/privacy.html
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "author": "NTT TechnoCross Corporation",
    "version": "3.6.0",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/webClient"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "vendor\/crypto-js\/aes.js",
                "vendor\/crypto-js\/hmac-sha512.js",
                "vendor\/crypto-js\/pbkdf2.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "manifest_version": 3
}