iDoperation Client Extension

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

What is iDoperation Client Extension?

iDoperation Client Extension is a Chrome extension developed by NTT TechnoCross Corporation, and its main feature is "Automatically log in to sites where privileged use is permitted by iDoperation.".

Extension Screenshots

screenshot
screenshot

Download iDoperation Client Extension Extension CRX File

Download iDoperation Client Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iDoperation Client Extension iDoperation Client Extension
ID kgggfmloeljpfjcfmoepjbnnjpbgnepg
Official URL https://chromewebstore.google.com/detail/idoperation-client-extens/kgggfmloeljpfjcfmoepjbnnjpbgnepg
Description Automatically log in to sites where privileged use is permitted by iDoperation.
File Size 55.46 KB
Installation Count 867
Current Version 3.6.0
Last Updated 2023-10-10
Publish Date 2021-01-21
Developer NTT TechnoCross Corporation
Email [email protected]
Payment Type free
Extension Website https://www.ntt-tx.co.jp/products/idoperation/
Help Page URL https://www.ntt-tx.co.jp/products/idoperation/support/
Privacy Policy Page URL https://www.ntt-tx.co.jp/privacy.html
Supported Languages 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
}