Cerby's browser extension
The Cerby extension allows you to quickly and easily manage your accounts.
Qu'est-ce que Cerby's browser extension ?
Cerby's browser extension est une extension Chrome développée par Cerby, Inc., et sa fonction principale est "The Cerby extension allows you to quickly and easily manage your accounts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cerby's browser extension
Téléchargez les fichiers d'extension Cerby's browser extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The Cerby Chrome extension allows you to quickly and easily manage your accounts. Cerby extends the reach of existing Identity solutions like Okta, enabling Security and IT teams to bring non-conforming “Consumer” apps (Social Media accounts, Bank accounts, etc) into a secure management domain. We make it so even the most difficult to integrate applications - those with no SAML support, are non-directory based, have many-to-one or many-to-few access models - can safely co-exist alongside other traditional Enterprise apps. The minimally invasive way we secure these apps significantly reduces the footprint of Shadow IT while also minimizing the surface area for common hacking and attack vectors.
Informations de Base sur l'Extension
Nom | Cerby's browser extension |
ID | clccplmaaeihbagbefjinmclielobnkb |
URL Officiel | https://chromewebstore.google.com/detail/cerbys-browser-extension/clccplmaaeihbagbefjinmclielobnkb |
Description | The Cerby extension allows you to quickly and easily manage your accounts. |
Taille du Fichier | 4.99 MB |
Nombre d'Installations | 6,000 |
Version Actuelle | 1.0.283 |
Dernière Mise à Jour | 2024-03-05 |
Date de Publication | 2021-04-07 |
Évaluation | 5.00/5 Total 15 Évaluations |
Développeur | Cerby, Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cerby.com |
URL de la Page de Politique de Confidentialité | https://www.cerby.com/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cerby's browser extension", "author": "Cerby inc.", "version": "1.0.283", "manifest_version": 3, "description": "The Cerby extension allows you to quickly and easily manage your accounts.", "icons": { "16": "icons\/icon_on_16px.png", "32": "icons\/icon_on_32px.png", "48": "icons\/icon_on_48px.png", "128": "icons\/icon_on_128px.png", "512": "icons\/icon_on_512px.png" }, "action": { "default_icon": "icons\/icon_on_48px.png", "default_popup": "index.html" }, "background": { "service_worker": "build\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "build\/contentScript.js" ] }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "build\/collectV2.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/*.cerby.com\/*" ], "js": [ "build\/cerbyCS.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "build\/inContextNotifications.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "unlimitedStorage", "cookies", "tabs", "webNavigation", "contextMenus", "webRequest", "scripting" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/", " |