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
Eメール [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
}