Webpass: password manager for companies

Webpass gives you an ability of maximum control over the creation, storage, provision of access and accounting.

什麼是Webpass: password manager for companies?

Webpass: password manager for companies是由Webpass開發的Chrome擴展程式,該擴展的主要功能是“Webpass gives you an ability of maximum control over the creation, storage, provision of access and accounting.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Webpass: password manager for companies擴展crx文件

下載Webpass: password manager for companies擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Webpass Doesn't Have Access To Your Passwords
Our service is created in such a way that any sensitive data (passwords, notes) is transmitted to the servers and is stored in the local storage of the browser exclusively in encrypted form, and this way eliminates the possibility of interaction to data both from the Webpass server and from third parties. The key to the cipher is your master password, which is never kept open during working process. Be careful! Security of this method means that in case of loss of the main and reserved master password we will not be able to restore your data

Unauthorized Access Risk Notification
The security system monitors the confidentiality of passwords and timely reports about cases when changing of password of the account is necessary (for example, when employee lost access to the account, was retired, etc.)

AES-256 and RSA Data Encryption
Sensitive data are encrypted using AES-256 algorithm, which is adopted by governments of different countries as the encryption standard. The key for the algorithm is being extracted by converting the master password into a cryptographic 256-bit password.
Data transfer between users is carried out using the RSA algorithm; its mathematical functions generate two keys for the system: public and private. The public key allows you to encrypt the transmitted data so that only someone who knows the private key can decrypt this data. The private key is known only by the recipient, and this is a key feature of the asymmetric encryption method. Similarly, user's data are protected by Telegram app.

Two-Factor Authentication
You can provide an extra security for your Webpass account by two-factor authentication. An authorization key is being generated on the user’s smartphone by Google Authenticator app, and this key is valid during 30 seconds. Thus, even if you know the master password, the enter into the Webpass account without access to the smartphone will be impossible.

Setting Password Complexity
Users like to use similar and too simple passwords. You can determine the minimum available password complexity and prohibit the use of the same password more than once.

Password Security Analysis
Password complexity determines how long it takes for an attacker to hack it. It may take tens of thousands of years for cracker to guess a secure password. The system will tell you how secure the password is.

Management of Employees' Access to Passwords
You may select the desired level of an employee's access to any account.
Minimal level: viewing without password entry. An employee sees an account in the list of accounts, but he does not have an access to password without his approved request.
Standart level: the user can view the account and copy its password, but cannot change it.
Administrator level: the user can edit and delete the account, as well as open access to another users.
Full access: the user can delegate administrator level of access to other users.

Password Relevance Control
Security rules recommend you to change passwords periodically. You can specify how often passwords are to be updated. Further, the system monitors their relevance and notifies administrators about the necessarity of password replacement.

Change History Recording
Webpass stores detailed info about who and when looked through, edited, opened access to accounts.

Protection of Webpass Account Password From Guessing
If attackers try to hack a password for a Webpass account, the security system will monitor such attempts, will block the possibility of authorization and will instantly notify the account owner.                    

擴展基本資訊

名稱 Webpass: password manager for companies Webpass: password manager for companies
ID hknhddppkpijgnecbngnkfnahmfjheib
官方網址 https://chromewebstore.google.com/detail/webpass-password-manager/hknhddppkpijgnecbngnkfnahmfjheib
簡介 Webpass gives you an ability of maximum control over the creation, storage, provision of access and accounting.
檔案大小 4.08 MB
安裝次數 356
目前版本 0.23
更新時間 2021-03-10
上架時間 2020-06-23
評分 5.00/5 共 2 次評分
開發者 Webpass
電子郵箱 [email protected]
付費類型 free
擴展官網 https://webpass.pro
說明頁面URL https://webpass.pro
隱私政策頁面URL https://webpass.pro/ru/policy
支援的語言 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.23",
    "default_locale": "ru",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "privacy",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite"
    ],
    "icons": {
        "128": "\/images\/128\/logo_regular.png",
        "48": "\/images\/48\/logo_regular.png",
        "16": "\/images\/16\/logo_regular.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "iframe.html"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content_css.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "\/js\/bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/www.gstatic.com; object-src 'self'"
}