Securden
The most secure, web-based password management for teams of all sizes.
Securden क्या है?
Securden Securden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most secure, web-based password management for teams of all sizes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Securden एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |