iDoperation Client Extension

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

iDoperation Client Extensionคืออะไร?

iDoperation Client Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NTT TechnoCross Corporation และคุณลักษณะหลักของมันคือ "Automatically log in to sites where privileged use is permitted by iDoperation."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iDoperation Client Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}