Cross Identity
Single Sign On for web and desktop applications.
ما هو Cross Identity؟
Cross Identity هو إضافة Chrome تم تطويرها بواسطة https://www.crossidentity.com، والميزة الرئيسية لها هي "Single Sign On for web and desktop applications.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cross Identity
قم بتنزيل ملفات الامتداد Cross Identity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Google chrome extension for Cross Identity
This extension is required for any web-based application that is extension based. Compact Identity extension will perform a credential replay activity to ensure seamless access to enterprise applications from Cross Identity Launchpad. معلومات أساسية عن التمديد
| الاسم | |
| ID | bgnhamkjgjnjfieadagbccalaiehmaca |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/cross-identity/bgnhamkjgjnjfieadagbccalaiehmaca |
| الوصف | Single Sign On for web and desktop applications. |
| حجم الملف | 46.1 KB |
| عدد التثبيتات | 11,077 |
| النسخة الحالية | 7 |
| آخر تحديث | 2023-05-15 |
| تاريخ النشر | 2023-05-15 |
| المطور | https://www.crossidentity.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.crossidentity.com/ |
| عنوان صفحة المساعدة | https://www.crossidentity.com/ |
| عنوان صفحة سياسة الخصوصية | https://www.ilantus.com/privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png",
"default_popup": "background.html",
"default_title": "Cross Identity SSO"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"popup.js",
"crypto-js.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"description": "Single Sign On for web and desktop applications.",
"icons": {
"128": "favicon128.png",
"16": "favicon16.png",
"32": "favicon32.png",
"48": "favicon48.png"
},
"manifest_version": 3,
"name": "Cross Identity",
"permissions": [
"tabs",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "7",
"web_accessible_resources": [
{
"resources": [
"icon.png"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
]
}
]
} | |