iDoperation Client Extension

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

iDoperation Client Extension क्या है?

iDoperation Client Extension NTT TechnoCross Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically log in to sites where privileged use is permitted by iDoperation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iDoperation Client Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}