iDoperation Client Extension

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

什么是iDoperation Client Extension?

iDoperation Client Extension是由NTT TechnoCross Corporation开发的Chrome扩展程序,该扩展的主要功能是“Automatically log in to sites where privileged use is permitted by iDoperation.”。

扩展截图

screenshot
screenshot

下载iDoperation Client Extension扩展crx文件

下载iDoperation Client Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 iDoperation Client Extension iDoperation Client Extension
ID kgggfmloeljpfjcfmoepjbnnjpbgnepg
官方URL https://chromewebstore.google.com/detail/idoperation-client-extens/kgggfmloeljpfjcfmoepjbnnjpbgnepg
简介 Automatically log in to sites where privileged use is permitted by iDoperation.
文件大小 55.46 KB
安装次数 867
当前版本 3.6.0
更新时间 2023-10-10
上架时间 2021-01-21
开发者 NTT TechnoCross Corporation
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ntt-tx.co.jp/products/idoperation/
帮助页面URL https://www.ntt-tx.co.jp/products/idoperation/support/
隐私政策页面URL https://www.ntt-tx.co.jp/privacy.html
支持的语言 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
}