Cerby's browser extension
The Cerby extension allows you to quickly and easily manage your accounts.
ما هو Cerby's browser extension؟
Cerby's browser extension هو إضافة Chrome تم تطويرها بواسطة Cerby, Inc.، والميزة الرئيسية لها هي "The Cerby extension allows you to quickly and easily manage your accounts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cerby's browser extension
قم بتنزيل ملفات الامتداد Cerby's browser extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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:\/\/*\/", " |