Monofor Identity
Monofor Identity - Browser Extension
Monofor Identityとは何ですか?
Monofor IdentityはMonoforによって開発されたChromeの拡張機能で、その主な機能は「Monofor Identity - Browser Extension」です。
拡張機能のスクリーンショット
Monofor Identity拡張機能のCRXファイルをダウンロード
Monofor Identity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension belongs to Monofor IAM product (Monosign), and PAM product (Monopam). Helps you to have better Single Sign On Experience. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
]
} | |