Skip to content

Multiple account Gmail notifier for Firefox (without storing passwords)

License

Notifications You must be signed in to change notification settings

CaTzil/ignotifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Gmail Notifier (ignotifier) Multi-account Gmail notifier (without storing passwords locally)

###General information To compile ignotifier project you need to have these softwares and libraries available:

  • python

  • nodejs

  • Mozilla addon-sdk

    By default, the addon-sdk folder is assumed to be one directory above the project. This can be modified using the --sdk parameter.

###Folders description

  • compile: nodejs auto-compiler
  • preview: screenshots
  • src: ignotifier source code
  • template: bootstrap folder

###How to compile ignotifier

  1. Open a new terminal in the root dir (directory contains src, preview, template, and compile folders)
  2. Run npm install to acquire the necessary nodejs packages
  3. Run node compile/install.js to run ignotifier in a new Firefox profile
    To make the xpi run node compile/install.js --xpi
    For more options use node compile/install.js --help

###How to try precompiled latest version

  1. Select the right branch
  2. Browse the src directory
  3. Download the raw *.xpi file
  4. Drag and drop it into Firefox

About

Multiple account Gmail notifier for Firefox (without storing passwords)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • CSS 9.1%