Cerby's browser extension
The Cerby extension allows you to quickly and easily manage your accounts.
什么是Cerby's browser extension?
Cerby's browser extension是由Cerby, Inc.开发的Chrome扩展程序,该扩展的主要功能是“The Cerby extension allows you to quickly and easily manage your accounts.”。
扩展截图
下载Cerby's browser extension扩展crx文件
下载Cerby's browser extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Cerby's browser extension |
ID | clccplmaaeihbagbefjinmclielobnkb |
官方URL | https://chromewebstore.google.com/detail/cerbys-browser-extension/clccplmaaeihbagbefjinmclielobnkb |
简介 | The Cerby extension allows you to quickly and easily manage your accounts. |
文件大小 | 4.99 MB |
安装次数 | 6,000 |
当前版本 | 1.0.283 |
更新时间 | 2024-03-05 |
上架时间 | 2021-04-07 |
评分 | 5.00/5 共15次评分 |
开发者 | Cerby, Inc. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cerby.com |
隐私政策页面URL | https://www.cerby.com/privacy |
支持的语言 | 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:\/\/*\/", " |