Cross Identity
Single Sign On for web and desktop applications.
Cross Identity क्या है?
Cross Identity https://www.crossidentity.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Single Sign On for web and desktop applications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cross Identity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | Cross Identity |
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/ |
सहायता पृष्ठ URL | https://www.crossidentity.com/ |
गोपनीयता नीति पृष्ठ URL | 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:\/\/\/*" ] } ] } |