Compact Identity
Signle Sign On for web and desktop applications.
ما هو Compact Identity؟
Compact Identity هو إضافة Chrome تم تطويرها بواسطة https://www.ilantus.com، والميزة الرئيسية لها هي "Signle Sign On for web and desktop applications.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Compact Identity
قم بتنزيل ملفات الامتداد Compact Identity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Google Chrome browser extension of Compact 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 Compact Identity Launchpad.
معلومات أساسية عن التمديد
الاسم | Compact Identity |
ID | pmfnlmoidamimomaimiiekbdjcacdamp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/compact-identity/pmfnlmoidamimomaimiiekbdjcacdamp |
الوصف | Signle Sign On for web and desktop applications. |
حجم الملف | 85.74 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 9.1 |
آخر تحديث | 2021-04-30 |
تاريخ النشر | 2019-12-26 |
المطور | https://www.ilantus.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.ilantus.com/ |
عنوان صفحة المساعدة | https://productsupport.ilantus.com |
عنوان صفحة سياسة الخصوصية | https://www.ilantus.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Compact Identity", "description": "Signle Sign On for web and desktop applications.", "version": "9.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "popup.js", "crypto-js.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "icons": { "128": "favicon128.png", "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png" }, "web_accessible_resources": [ "icon.png" ], "browser_action": { "default_title": "Compact Identity", "default_icon": "icon.png", "default_popup": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |