iDoperation Client Extension

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

Co to jest iDoperation Client Extension?

iDoperation Client Extension to rozszerzenie Chrome opracowane przez NTT TechnoCross Corporation, a jego główną funkcją jest „Automatically log in to sites where privileged use is permitted by iDoperation.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia iDoperation Client Extension

Pobierz pliki rozszerzeń iDoperation Client Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa iDoperation Client Extension iDoperation Client Extension
ID kgggfmloeljpfjcfmoepjbnnjpbgnepg
Oficjalny URL https://chromewebstore.google.com/detail/idoperation-client-extens/kgggfmloeljpfjcfmoepjbnnjpbgnepg
Opis Automatically log in to sites where privileged use is permitted by iDoperation.
Rozmiar pliku 55.46 KB
Liczba instalacji 867
Aktualna Wersja 3.6.0
Ostatnia Aktualizacja 2023-10-10
Data Publikacji 2021-01-21
Deweloper NTT TechnoCross Corporation
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ntt-tx.co.jp/products/idoperation/
Adres URL Strony Pomocy https://www.ntt-tx.co.jp/products/idoperation/support/
Adres URL Strony Polityki Prywatności https://www.ntt-tx.co.jp/privacy.html
Obsługiwane Języki 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
}