Securden
The most secure, web-based password management for teams of all sizes.
Что такое Securden?
Securden - это расширение Chrome, разработанное Securden, и его основная функция - "The most secure, web-based password management for teams of all sizes.".
Снимки экрана расширения
Скачать файл CRX расширения Securden
Скачайте файлы расширений Securden в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Designed for security and crafted for IT teams, Securden's on-premise, self-hosted Password Manager lets you centrally store, organize, share, and keep track of all passwords.
Основная информация о расширении
Название | Securden |
ID | efdfjhpgndbmnbihmegnpkeeiabjmcoh |
Официальный URL | https://chromewebstore.google.com/detail/securden/efdfjhpgndbmnbihmegnpkeeiabjmcoh |
Описание | The most secure, web-based password management for teams of all sizes. |
Размер файла | 461 KB |
Количество установок | 11,606 |
Текущая Версия | 2.9.5.0 |
Последнее Обновление | 2024-02-14 |
Дата публикации | 2020-05-23 |
Рейтинг | 4.50/5 Всего 6 оценок |
Разработчик | Securden |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://securden.com |
URL страницы политики конфиденциальности | https://www.securden.com/privacy-policy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Securden Inc.", "default_locale": "en", "name": "__MSG_Securden__", "description": "The most secure, web-based password management for teams of all sizes.", "homepage_url": "https:\/\/securden.com", "icons": { "16": "images\/logo-disable16.png", "48": "images\/logo48.png", "64": "images\/logo64.png", "96": "images\/logo96.png", "128": "images\/logo128.png" }, "version": "2.9.5.0", "browser_action": { "default_icon": "images\/logo-disable20.png", "default_popup": "Securden_popup.html", "default_title": "Securden" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab", "storage", "privacy" ], "storage": { "managed_schema": "schema.json" }, "content_security_policy": "default-src 'self';script-src 'self'; object-src 'self'; frame-src 'self'; style-src 'self';img-src * data: blob: filesystem:;connect-src * data: blob: filesystem:;", "background": { "persistent": true, "scripts": [ "js\/lib\/jquery.js", "js\/Securden_utils.js", "js\/Securden_BG.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/Securden_utils.js", "js\/Securden_CS.js", "js\/lib\/jquery.js", "js\/lib\/jquery.tabbable.min.js" ], "css": [ "css\/content_script.css" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ "images\/logo16.png", "images\/circle-loading.gif", "\/html\/Securden_AccountSave.html", "\/html\/Securden_AccountUpdate.html", "\/html\/Securden_AccountWorkPersonalUpdate.html" ] } |