Monofor Identity

Monofor Identity - Browser Extension

Monofor Identity란 무엇입니까?

Monofor Identity은(는) Monofor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monofor Identity - Browser Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Monofor Identity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension belongs to Monofor IAM product (Monosign), and PAM product (Monopam). Helps you to have better Single Sign On Experience.                    

확장 프로그램 기본 정보

이름 Monofor Identity Monofor Identity
ID mlcmccijcbhhgckpaeoebgdjiimahcan
공식 URL https://chromewebstore.google.com/detail/monofor-identity/mlcmccijcbhhgckpaeoebgdjiimahcan
설명 Monofor Identity - Browser Extension
파일 크기 390 KB
설치 횟수 52
현재 버전 2.0.0
최근 업데이트 2023-12-30
출시 날짜 2021-06-24
평점 5.00/5 총 4 개의 평점
개발자 Monofor
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://monofor.com
도움말 페이지 URL https://help.monofor.com
개인정보 보호 정책 페이지 URL https://monosign.com/en/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Monofor Identity",
    "default_locale": "en",
    "description": "Monofor Identity - Browser Extension",
    "version": "2.0.0.0",
    "version_name": "2.0.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA01\/oZ\/6O6Eq34H1RZyHC+rfY5IVPLw5HpFokYoE8yC0z0UxdYeI5OxZRbfn226pSbfVvCyVeJUkf7XxWHATuXQyMVi4tpso7tdrkFz+Xt07BbhPLwHKXBZn+xGbqw5PQIsc\/33gSKwz46ldpKECapTkbsI\/X7XGZX9DMA6Ub0XN6+3Da8TuCqvxvH24QaJZ7aFnNjjGI5CLSeWjH1+f7GuvtGAfx\/lNnP4N\/LkEybFRckfv2qd4Qt1ffuTtyoagatk\/J02blhskVQH3C70KTyx5Rv3MjOT25OMONtud1zB5KpUfHA+lROUkVIdss8hmSlJH8mDF18mHghRTUYs7K1wIDAQAB",
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content-script.js-pby2BF9V-pS9Qe_TH.js"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/content-script-8aVlbgJE.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "identity"
    ],
    "icons": {
        "16": "public\/icons\/16.png",
        "32": "public\/icons\/32.png",
        "48": "public\/icons\/48.png",
        "128": "public\/icons\/128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/base-5jBb1XbP.js",
                "assets\/content-script.js-pby2BF9V.js"
            ],
            "use_dynamic_url": true
        }
    ]
}