Xpress Sign-On Extension 6.8(MTR)

This extension acts as a Form fill and password manager.

Xpress Sign-On Extension 6.8(MTR)คืออะไร?

Xpress Sign-On Extension 6.8(MTR) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ILANTUS Technologies และคุณลักษณะหลักของมันคือ "This extension acts as a Form fill and password manager."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xpress Sign-On Extension 6.8(MTR)

ดาวน์โหลดไฟล์ส่วนขยาย Xpress Sign-On Extension 6.8(MTR) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension acts as a Form fill and password manager for Single Sign On requirements. The extension belongs to MTR production environment.

MTR Production
URL - https://sso.mtrfoods.com/sxp/login
Published On - 25-July-2021
Version - 6.8.2.7                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Xpress Sign-On Extension 6.8(MTR) Xpress Sign-On Extension 6.8(MTR)
ID lihfijbjnhkmelecgomlmkdpjknblnaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xpress-sign-on-extension/lihfijbjnhkmelecgomlmkdpjknblnaj
คำอธิบาย This extension acts as a Form fill and password manager.
ขนาดไฟล์ 170 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 6.8.2.7
อัปเดตครั้งล่าสุด 2021-06-28
วันที่เผยแพร่ 2019-07-09
ผู้พัฒนา ILANTUS Technologies
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ilantus.com
URL หน้าช่วยเหลือ https://productsupport.ilantus.co
URL หน้านโยบายความเป็นส่วนตัว https://www.ilantus.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "jquery.js",
            "background.js",
            "popup.html"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Xpress Sign-On"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "signon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "popup.js",
                "jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "This extension acts as a Form fill and password manager.",
    "icons": {
        "128": "favicon128.png",
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk\/L1H3oBf15X3cqDfQD0\/xui7r1FvKLhsAPQxTWDgBgoB+85MJN3lM85WHkOytnitBvvQtCqTgc+KHrqaIijw+GjwXYJFUsP0tYvyUss3DIPdx3pdpLS34c3yUzBRxtlTaq35M8WcWkhkRj+esVyA47mVVrhOlV6Ow6uNhUzvViY6eYasXl25VsgAoGTISGbQNSpN\/hN6nSpbc2dlhxRiPKhldzZK00JipHKl5ydrb3yD2xNpFif3BNyqaQyYMlNUem5SSymZxO7ncyLSE9igRbfZIvjIa7tFOaI7YP3u3SkYsczVQ4VCkHvpmnXYeF5hPRHFQYd\/17Vkef2C9XR4wIDAQAB",
    "manifest_version": 2,
    "name": "Xpress Sign-On Extension 6.8(MTR)",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.8.2.7",
    "web_accessible_resources": [
        "signon.js",
        "popup.html",
        "popup.js",
        "loading.gif",
        "images\/content-loader.GIF"
    ]
}