All Projects → devmount → Third Stats

devmount / Third Stats

Licence: mit
A Thunderbird 78+ add-on for beautifully visualized email account stats

Projects that are alternatives of or similar to Third Stats

Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Stars: ✭ 4,152 (+5223.08%)
Mutual labels:  analytics, stats
Stats
A well tested and comprehensive Golang statistics library package with no dependencies.
Stars: ✭ 2,196 (+2715.38%)
Mutual labels:  analytics, stats
Monocle
Detect anomalies in your GitHub/Gerrit projects
Stars: ✭ 50 (-35.9%)
Mutual labels:  analytics, stats
Chartbrew
Open-source web platform for creating charts out of different data sources (databases and APIs) 📈📊
Stars: ✭ 199 (+155.13%)
Mutual labels:  analytics, chartjs
App
Just a little analytics insight for your personal or indie project
Stars: ✭ 40 (-48.72%)
Mutual labels:  analytics, stats
Dashblocks
Enable Analytics in your Apps
Stars: ✭ 48 (-38.46%)
Mutual labels:  analytics, chartjs
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-1.28%)
Mutual labels:  analytics, stats
Chartjs Plugin Deferred
Chart.js plugin to defer initial chart updates
Stars: ✭ 65 (-16.67%)
Mutual labels:  chartjs
Sas Container Recipes
A collection of recipes and other resources for building containers that include SAS Viya software.
Stars: ✭ 71 (-8.97%)
Mutual labels:  analytics
Eventql
Distributed "massively parallel" SQL query engine
Stars: ✭ 1,121 (+1337.18%)
Mutual labels:  analytics
Dashboard Extension Webpage Item
⛔ DEPRECATED. This project was moved to a new repository. Visit https://github.com/DevExpress/dashboard-extensions to find an updated version.
Stars: ✭ 62 (-20.51%)
Mutual labels:  analytics
Excelize
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
Stars: ✭ 10,286 (+13087.18%)
Mutual labels:  analytics
Athenax
SQL-based streaming analytics platform at scale
Stars: ✭ 1,178 (+1410.26%)
Mutual labels:  analytics
Dashboard Extension Online Map Item
⛔ DEPRECATED. This project was moved to a new repository. Visit https://github.com/DevExpress/dashboard-extensions to find an updated version.
Stars: ✭ 65 (-16.67%)
Mutual labels:  analytics
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+1421.79%)
Mutual labels:  analytics
Angle Grinder
Slice and dice logs on the command line
Stars: ✭ 1,118 (+1333.33%)
Mutual labels:  analytics
Suspeitando
Projeto de análise de contratos com suspeita de superfaturamento e má qualidade na prestação de serviços.
Stars: ✭ 76 (-2.56%)
Mutual labels:  analytics
Baremetrics V1
This was the very first version of Baremetrics from 2013. It's published here for posterity.
Stars: ✭ 73 (-6.41%)
Mutual labels:  analytics
Porcupine
Express parametrable, composable and portable data pipelines
Stars: ✭ 70 (-10.26%)
Mutual labels:  analytics
Countly Sdk Cordova
Countly Product Analytics SDK for Cordova, Icenium and Phonegap
Stars: ✭ 69 (-11.54%)
Mutual labels:  analytics

ThirdStats is a Thunderbird 78+ add-on for beautifully visualized email account stats. Download from Thunderbird Add-ons repository. Contributions, corrections & requests can be made on GitHub. Created by Andreas Müller.

release last commit CodeQL analysis license contributions welcome

Get started

Install ThirdStats from the Thunderbird Add-ons repository:

  1. Start Thunderbird, open the main menu and click on Add-ons
  2. Search for ThirdStats
  3. Click Add to Thunderbird and give necessary permissions
  4. Open the ThirdStats Popup in the upper right corner of the main toolbar and enjoy your email account stats

To properly recognize emails as sent, make sure to configure all email adresses you write from as Thunderbird identities for your email account. You can do so under account settings > select your account > click button more identities at the bottom and add or modify identities as you need.

Also keep in mind, that the processing of large mailboxes can take a lot of time.

Features

  • Showing various stats in different chart types:
    • Total numbers of emails and folders per account
    • Sum of received and sent emails per year and per month
    • Sum of received and sent emails per daytime and per weekday
    • Temporal distribution of received and sent emails per weekday per hour
    • Leaderboards of most contacted email addresses
    • Distribution of emails per folder
  • Filter stats for a specific folder, period of time or contact
  • Comparison view for accounts with custom account colors
  • Deactivate accounts you don't want to include (add-on option)
  • Use a dark or a light theme (add-on option)
  • Use a caching system to store already processed data (add-on option)
  • Responsive stats page to adapt to different viewport sizes
  • Language support for Catalan, Chinese, Czech, English, French, Galician, German, Hindi, Hungarian, Italian, Japanese, Polish, Portuguese, Russian, Spanish, Swedish, Thai and Turkish

Here is how ThirdStats looks like on the Thunderbird default dark theme and light theme on Windows:

thirdstats_screenshot_version_1.5.0

Privacy and Security

ThirdStats runs entirely locally and will never contact, send or sell data to, any third-parties.

ThirdStats features require Thunderbird permissions to function, but will always seeks to minimise permissions where possible, and use granular permissions where available [1]:

  • Accounts: Access accounts and identities (read-only)
  • Downloads: Export and download data as a file
  • Messages: Access messages to create statistics (read-only)
  • Storage: Store processed data (cache) for performance. Can be cleared or disabled at any time.

[1] Example: Thunderbird Permissions API does not currently provide for reading only message headers, instead of the entire email (including the body).

See the Security Policy for details how ThirdStats values your privacy.

Support this project

Contributions are very welcome! See the Contribution Guidelines for more information, how to help making this add-on even better.

Spread the word

Become a tester

Cutting edge alpha releases of ThirdStats can be found on the dedicated ThirdStats CDN. You can install these alpha releases and test them as you like.

If you encounter any problem, please issue a bug report. If you have ideas for additional features, please issue a feature request.

⚠ Keep in mind: Alpha releases can be unstable and break things.

Become a ThirdStats developer

Here is how you can set up a local development environment:

  1. Clone this project with Git
  2. Install dependencies with Yarn by running yarn within the cloned directory third-stats/
  3. Start the development server with yarn serve
  4. Open development site by going to http://localhost:8080 in your browser

Note that this tool uses Thunderbirds WebExtension APIs. This means that some JavaScript objects won't be available in your browser as development environment. If you want to test your changes in Thunderbird, do the following:

  1. Save all your changes and run yarn build to create a production build in the dist/ directory
  2. Open Thunderbird, go to main menu > add-ons > gear menu > debug add-ons > This Thunderbird > Load temporary add-on
  3. Now choose the manifest file inside the dist/ directory and your modified add-on will be loaded for the current Thunderbird session. You can check the web console by clicking the button Inspect in the add-on tile.

Special Thanks

Many thanks especially to those who helped translating this add-on and making it more accessable for people around the globe:

Licence

MIT License


This add-on is completely free to use. If you enjoy it and don't have the time to contribute, please consider donating via Paypal or sponsoring me for further development. 💚

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].