iDoperation Client Extension

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

Co je iDoperation Client Extension?

iDoperation Client Extension je rozšíření Chrome vyvinuté NTT TechnoCross Corporation, a jeho hlavní funkcí je „Automatically log in to sites where privileged use is permitted by iDoperation.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření iDoperation Client Extension

Stáhněte si soubory rozšíření iDoperation Client Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název iDoperation Client Extension iDoperation Client Extension
ID kgggfmloeljpfjcfmoepjbnnjpbgnepg
Oficiální URL https://chromewebstore.google.com/detail/idoperation-client-extens/kgggfmloeljpfjcfmoepjbnnjpbgnepg
Popis Automatically log in to sites where privileged use is permitted by iDoperation.
Velikost souboru 55.46 KB
Počet instalací 867
Aktuální Verze 3.6.0
Poslední Aktualizace 2023-10-10
Datum Vydání 2021-01-21
Vývojář NTT TechnoCross Corporation
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.ntt-tx.co.jp/products/idoperation/
URL Stránky Nápovědy https://www.ntt-tx.co.jp/products/idoperation/support/
URL Stránky Zásad Ochrany Soukromí https://www.ntt-tx.co.jp/privacy.html
Podporované Jazyky 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
}