Passman

Passman - The password manager for NextCloud / ownCloud

Passman là gì?

Passman là một tiện ích mở rộng Chrome được phát triển bởi Passman, và tính năng chính của nó là "Passman - The password manager for NextCloud / ownCloud".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Passman

Tải xuống các tệp mở rộng Passman dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Password synchronization browser companion, meant to work alongside with nextcloud app "Passman" (https://github.com/nextcloud/passman).

Bring the power of your passwords back to you and make them easy to manage, organized and simple to use.

About passman 
Passman is a full featured password manager.
Features:
- Vaults
- Vault key is never sent to the server
- Credentials are stored with 256 bit AES
- Ability to add custom fields to credentials
- Built-in OTP(One Time Password) generator
- Password analyzer
- Share passwords internally and via link in a secure manner.
- Import from various password managers:
  - KeePass
  - LastPass
  - DashLane
  - ZOHO
  - Clipperz.is                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Passman Passman
ID hlpjhlifkgmoibhollggngbbhbejecph
URL Chính Thức https://chromewebstore.google.com/detail/passman/hlpjhlifkgmoibhollggngbbhbejecph
Mô tả Passman - The password manager for NextCloud / ownCloud
Kích Thước Tệp 2.35 MB
Số Lần Cài Đặt 2,779
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2018-09-10
Ngày Phát Hành 2018-09-10
Đánh Giá 3.97/5 Tổng số 32 Đánh Giá
Nhà Phát Triển Passman
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,en-GB,fr,nl,tr,ca,es,es-419,it,hu,pl,pt-BR,sk,fi,sv,cs,el,sr,ru,iw,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "2.1.2",
    "manifest_version": 2,
    "author": "Sander Brand",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/github.com\/nextcloud\/passman-chrome-extension",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "externally_connectable": {
        "ids": []
    },
    "background": {
        "scripts": [
            "\/js\/vendor\/jquery\/jquery.js",
            "\/js\/lib\/data\/tlds.js",
            "\/js\/lib\/parseTLD.js",
            "\/js\/lib\/parseUrl.js",
            "\/js\/vendor\/sjcl\/sjcl.js",
            "\/js\/lib\/promise.js",
            "\/js\/lib\/API\/base.js",
            "\/js\/lib\/API\/storage.js",
            "\/js\/lib\/API\/runtime.js",
            "\/js\/lib\/API\/i18n.js",
            "\/js\/lib\/API\/notifications.js",
            "\/js\/lib\/API\/cookies.js",
            "\/js\/lib\/API\/browser_action.js",
            "\/js\/lib\/API\/tabs.js",
            "\/js\/lib\/API\/contextmenus.js",
            "\/js\/lib\/API\/web_request.js",
            "\/js\/lib\/api.js",
            "\/js\/lib\/sharingAcl.js",
            "\/js\/vendor\/sha\/sha.js",
            "\/js\/lib\/otp.js",
            "\/js\/lib\/passwordgen.js",
            "\/js\/background\/service\/contextMenu.js",
            "\/js\/background\/service\/background.js",
            "\/js\/background\/service\/httpAuth.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Passman",
        "default_popup": "\/html\/browser_action\/browser_action.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Down",
                "mac": "Alt+Down",
                "chromeos": "Alt+Down",
                "linux": "Alt+Down"
            }
        }
    },
    "permissions": [
        "*:\/\/*\/*",
        "notifications",
        "tabs",
        "clipboardWrite",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "jsBuild": [],
            "js": [
                "\/js\/lib\/promise.js",
                "\/js\/vendor\/sjcl\/sjcl.js",
                "\/js\/lib\/API\/base.js",
                "\/js\/lib\/API\/runtime.js",
                "\/js\/lib\/API\/extension.js",
                "\/js\/lib\/API\/cookies.js",
                "\/js\/lib\/API\/i18n.js",
                "\/js\/vendor\/jquery\/jquery.js",
                "\/js\/lib\/jQuerytoObject.js",
                "\/js\/lib\/findForm.js",
                "\/js\/lib\/parseUrl.js",
                "\/js\/lib\/parseTLD.js",
                "\/js\/lib\/data\/tlds.js",
                "\/js\/lib\/domchanged.js",
                "\/js\/background\/inject\/inject.js"
            ],
            "css": [
                "\/css\/doorhanger-iframe.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/inject\/doorhanger.html",
        "html\/inject\/password_picker.html",
        "html\/inject\/auto_login.html",
        "fonts\/*",
        "icons\/*"
    ]
}