All Projects → passbolt → Passbolt_browser_extension

passbolt / Passbolt_browser_extension

Licence: agpl-3.0
Passbolt browser extensions (Firefox & Chrome)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Passbolt browser extension

TwoKey
A password manager with physical 2FA.
Stars: ✭ 13 (-90.23%)
Mutual labels:  password-manager, browser-extension
Pass For Macos
macOS wrapper for pass, the standard UNIX password manager
Stars: ✭ 62 (-53.38%)
Mutual labels:  password-manager, browser-extension
Pfp
Manage your passwords easily and securely, via browser extension for Firefox, Chrome, Opera
Stars: ✭ 77 (-42.11%)
Mutual labels:  password-manager, browser-extension
Snopf
snopf USB password token
Stars: ✭ 113 (-15.04%)
Mutual labels:  password-manager
Github Vscode Icons
📦 vscode-icons for github, nearly 1000 file/folder icons
Stars: ✭ 113 (-15.04%)
Mutual labels:  browser-extension
Network Plus
DevTools for network recording, modification and resending.
Stars: ✭ 122 (-8.27%)
Mutual labels:  browser-extension
Simplify
Issue tracker for Simplify Gmail, a browser extension to simplify Gmail's interface
Stars: ✭ 1,632 (+1127.07%)
Mutual labels:  browser-extension
Decentraleyes
This repository has a new home: https://git.synz.io/Synzvato/decentraleyes
Stars: ✭ 1,452 (+991.73%)
Mutual labels:  browser-extension
Github Hovercard
Neat hovercards for GitHub.
Stars: ✭ 1,655 (+1144.36%)
Mutual labels:  browser-extension
Sputnik
Open Source Intelligence Browser Extension
Stars: ✭ 119 (-10.53%)
Mutual labels:  browser-extension
1pass
A caching wrapper for the 1Passworld CLI
Stars: ✭ 117 (-12.03%)
Mutual labels:  password-manager
Keycatd
An end-to-end opensource password manager
Stars: ✭ 116 (-12.78%)
Mutual labels:  password-manager
Chest
Bash glue to encrypt and hide files
Stars: ✭ 123 (-7.52%)
Mutual labels:  password-manager
Gitpass
Open Source Your Password (Mismanagement)!
Stars: ✭ 113 (-15.04%)
Mutual labels:  password-manager
Web Ext
A command line tool to help build, run, and test web extensions
Stars: ✭ 1,846 (+1287.97%)
Mutual labels:  browser-extension
Dpg
The Deterministic Password Generator
Stars: ✭ 112 (-15.79%)
Mutual labels:  password-manager
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (-6.77%)
Mutual labels:  browser-extension
Keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Stars: ✭ 11,623 (+8639.1%)
Mutual labels:  password-manager
Keeweb
Free cross-platform password manager compatible with KeePass
Stars: ✭ 10,587 (+7860.15%)
Mutual labels:  password-manager
Ankitab
Browser extension that replaces the new tab page with Anki flashcards
Stars: ✭ 121 (-9.02%)
Mutual labels:  browser-extension
      ____                  __          ____
     / __ \____  _____ ____/ /_  ____  / / /_
    / /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
   / ____/ /_/ (__  |__  ) /_/ / /_/ / / /_
  /_/    \__,_/____/____/_.___/\____/_/\__/

Open source password manager for teams
(c) 2021 Passbolt SA
https://www.passbolt.com

License

Passbolt - Open source password manager for teams

(c) 2021 Passbolt SA

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License (AGPL) as published by the Free Software Foundation version 3.

The name "Passbolt" is a registered trademark of Passbolt SA, and Passbolt SA hereby declines to grant a trademark license to "Passbolt" pursuant to the GNU Affero General Public License version 3 Section 7(e), without a separate agreement with Passbolt SA.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see GNU Affero General Public License v3.

About passbolt

Passbolt is an open source password manager for teams. It allows to securely share and store credentials. For instance, the wifi password of your office, or the administrator password of a router, or your organisation social media account password, all of them can be secured using Passbolt.

You can try a demo of passbolt at https://demo.passbolt.com.

You will need to install a plugin, you can find a step by step guide in the website help section

Or, of course, you can use the code in this repository to build it yourself and run it!

About passbolt browser extension

A browser extension is needed to maintain a higher level of security, e.g. to ensure the integrity of the cryptographic code and provide a secure random number generator. In the future it will also be used to provide feature such as auto filling your passwords when visiting known websites.

How does it look like?

Login Browse passwords Share passwords

Contributing

Please check CONTRIBUTING.md for more information about how to get involved.

Reporting a security Issue

If you've found a security related issue in Passbolt, please don't open an issue in GitHub. Instead contact us at [email protected]. In the spirit of responsible disclosure we ask that the reporter keep the issue confidential until we announce it.

The passbolt team will take the following actions:

  • Try to first reproduce the issue and confirm the vulnerability.
  • Acknowledge to the reporter that we’ve received the issue and are working on a fix.
  • Get a fix/patch prepared and create associated automated tests.
  • Prepare a post describing the vulnerability, and the possible exploits.
  • Release new versions of all affected major versions.
  • Prominently feature the problem in the release announcement.
  • Provide credits in the release announcement to the reporter if they so desire.

Quick how-to for developers

This is just a quick getting started guide, for more information and productivity tips checkout CONTRIBUTING.md

Prerequisite

You will need node, grunt and the dependencies listed in packages.json.

git clone [email protected]:passbolt/passbolt_browser_extension.git
cd passbolt_browser_extension
npm ci

For convenience you can also install web-ext (for firefox), crx (for chrome) globally, otherwise can can be found in node_modules.

sudo npm install web-ext -g
sudo npm install crx -g

Quick bundling the build/all source

The non-minified source code is located in /src. It can be 'bundled' to build/all as follow:

grunt

In order to rebuild the code in this directory automatically while you are editing the src you can use the grunt watch task:

grunt watch

Test a local version of the plugin

Firefox

To launch an instance of Firefox with your local version of the add-on installed.

cd build/all
web-ext run

This instance will be reloaded everytime there is a change in the /build/all code or by pressing the r key on the keyboard when web-ext is running. You can debug the application script by opening the browser console.

Chrome

Go to the the extension page at chrome://extensions/ click on the 'load unpacked extension' button. Point to your build/all directory and you are good to go. You debug the application script by clicking on index.html in "inspect views".

Packaging the application

You can build the crx or xpi (zip) packages using the following command.

grunt build

The build can be found under dist/chrome or dist/firefox.

Updating the vendors or the styleguide

You can update the vendors or the styleguide in the package.json and run the copy task in grunt to deploy them in the appropriate places. Check the Gruntfile.js for more information.

npm update
grunt copy:vendors
grunt copy:styleguide

The build can be found under dist/chrome or dist/firefox.

Credits

https://www.passbolt.com/credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].