L'estensione per Browser di Bitwarden funziona con Chrome, Firefox, Edge, Opera, Safari, Vivaldi, brave, Tor Browser. L'istanza bitwarden dei devol comprende tutte le funzioni premium di bitwarden https://vaultwarden.devol.it
Go to file
Joseph Flinn 16d6be126f initial trial for the browser 2021-02-01 15:27:08 -08:00
.github/workflows initial trial for the browser 2021-02-01 15:27:08 -08:00
jslib@9ddec9baf8 updated jslib 2021-01-25 15:08:53 -05:00
src Resolve safari not working due to missing chrome api (nativeMessaging) (#1585) 2021-01-29 23:31:36 +01:00
store New Crowdin updates (#1566) 2021-01-25 12:54:45 -05:00
.editorconfig
.gitignore ignore dist-safari 2020-09-28 10:40:51 -04:00
.gitmodules
CONTRIBUTING.md expand contributing guide 2020-10-08 07:06:10 +10:00
ISSUE_TEMPLATE.md
LICENSE.txt
README.md
SECURITY.md
appveyor.yml
azure-pipelines.yml
crowdin.yml map en-IN 2020-09-28 14:21:07 -04:00
gulpfile.js Remove biometric from firefox 2021-01-25 21:25:36 +01:00
karma.conf.js
package-lock.json changed hrtime library 2021-01-25 13:36:21 -05:00
package.json Add build:xcode script 2021-02-01 09:52:23 +10:00
tsconfig.json Initial work of biometric unlock for browser 2020-10-09 17:16:15 +02:00
tslint.json Close 2fa window if redirected from sso login (#1480) 2020-12-09 15:30:03 -06:00
webfonts.list
webpack.config.js

README.md

appveyor build Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Browser Extension

The Bitwarden browser extension is written using the Web Extension API and Angular.

Build/Run

Requirements

  • Node.js v8.11 or greater
  • Gulp (npm install --global gulp-cli)
  • Chrome (preferred), Opera, or Firefox browser

Run the app

npm install
npm run build:watch

You can now load the extension into your browser through the browser's extension tools page:

  • Chrome/Opera:
    1. Type chrome://extensions in your address bar to bring up the extensions page.
    2. Enable developer mode (checkbox)
    3. Click the "Load unpacked extension" button, navigate to the build folder of your local extension instance, and click "Ok".
  • Firefox
    1. Type about:debugging in your address bar to bring up the add-ons page.
    2. Click the Load Temporary Add-on button, navigate to the build/manifest.json file, and "Open".

Contribute

Code contributions are welcome! Please commit any pull requests against the master branch. Learn more about how to contribute by reading the CONTRIBUTING.md file.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.