Cerby's browser extension
The Cerby extension allows you to quickly and easily manage your accounts.
Co je Cerby's browser extension?
Cerby's browser extension je rozšíření Chrome vyvinuté Cerby, Inc., a jeho hlavní funkcí je „The Cerby extension allows you to quickly and easily manage your accounts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cerby's browser extension
Stáhněte si soubory rozšíření Cerby's browser extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Cerby's browser extension |
ID | clccplmaaeihbagbefjinmclielobnkb |
Oficiální URL | https://chromewebstore.google.com/detail/cerbys-browser-extension/clccplmaaeihbagbefjinmclielobnkb |
Popis | The Cerby extension allows you to quickly and easily manage your accounts. |
Velikost souboru | 4.99 MB |
Počet instalací | 6,000 |
Aktuální Verze | 1.0.283 |
Poslední Aktualizace | 2024-03-05 |
Datum Vydání | 2021-04-07 |
Hodnocení | 5.00/5 Celkem 15 Hodnocení |
Vývojář | Cerby, Inc. |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://cerby.com |
URL Stránky Zásad Ochrany Soukromí | https://www.cerby.com/privacy |
Podporované Jazyky | 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:\/\/*\/", " |