当前位置: 首页 > 软件库 > 管理和监控 > 安全相关 >

gopassbridge

授权协议 MIT License
开发语言 C/C++
所属分类 管理和监控、 安全相关
软件类型 开源软件
地区 不详
投 递 者 卫寒
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Build Status

Firefox:

Chrome:

gopassbridge

A web extension for Firefox and Chrome to insert login credentials from gopass

Summary

Gopass is the awesome command line password manager.This plugin enables input of login credentials from gopass.To access gopass, a native app has to be configured in the browser in addition to installing this extension.The native app is a wrapper that calls gopass-jsonapi to communicate via stdin/stdout.

Quick impression

Watch the video

Setup

Install browser extension

Firefox Extension

https://addons.mozilla.org/en-US/firefox/addon/gopass-bridge/

Chrome / Chromium Extension

https://chrome.google.com/webstore/detail/gopass-bridge/kkhfnlkhiapbiehimabddjbimfaijdhk

Build and install browser extension from source

See Makefile release target. For Firefox, the development plugin can be installed only temporarily while for Chrome, the extracted extension can be installed permanently.

Connect to gopass

The connection to gopass is achieved via the native messaging API.For this a native messaging manifest must be configured for your browser.

Since gopass v1.10 gopass-jsonapi is its own binary that you can download and unpack from thearchive files on Github Releases.

It is recommended that you set up the manifests with gopass-jsonapi as described in thegopass documentation, "filling passwords from browser".In most cases it is enough to run gopass-jsonapi configure and follow the tutorial.

More details about Native Messaging can be found in the Chromeand MDN documentation.

Change default shortcut

On firefox, you can change the shortcut via "manage extension shortcut" in the extension menu.In Chrome under "keyboard shortcuts" in the hamburger menu in extensions.

Development

Contributions to this project are welcome!

For details on Pull Requests please read CONTRIBUTING.md.

To start with development of this extension

  • clone the repo
  • run yarn to install the dependencies
  • run make develop to setup the development directories for Firefox and Chrome
  • run make package to setup the release directories for Firefox and Chrome
  • run yarn test to run all unit tests, linters and auto-formatters
  • run make run-firefox to start an empty Firefox profile with the extension loaded and a debugger open

相关阅读

相关文章

相关问答

相关文档