Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Check if you are a participant of a conversation in Gmail. Helps you stop sending emails with the wrong address.

Notifications You must be signed in to change notification settings

brentvollebregt/am-i-a-participant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Am I A Participant? (Gmail)

Check if you are a participant of a conversation in Gmail. Helps you stop sending emails with the wrong address. A red outline around "Reply" and "Reply All" will appear if the currently logged in email is not part of the conversation.

Warning applied to buttons

Installation

Using the .crx File

  1. Download the .crx file
  2. Go to chrome://extensions/
  3. Drag and drop the .crx file onto the extensions page
  4. Click "Add extension"

You will be notified that "This extension is not listed in the Chrome Web Store and may have been added without your knowledge.". This is because it has not been installed from the Chrome Web Store. If you are worried about this, you can use the method below.

By Source

  1. Download or clone the repository
  2. Go to chrome://extensions/
  3. Turn developer mode on using the switch in the upper right
  4. Click "Load unpacked" on the top left and select the src folder from the downloaded/cloned repository

How Does This Work

Initially this script will wait for Gmails single-page-app to update the DOM (hopefully) and then get the emails that are used in the current conversation. These emails are then compared to the current email logged in and this used to determine if a warning is needed.

About

Check if you are a participant of a conversation in Gmail. Helps you stop sending emails with the wrong address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published