Support
Frequently asked questions and troubleshooting
Getting Help
If you encounter a bug or have a feature request, please open an issue on the GitHub repository.
Frequently Asked Questions
What does this extension do?
Gmail Sender Info shows you the sender's domain, brand logo, and email authentication status (SPF, DKIM, DMARC) directly in Gmail. Hover over an inbox row to see a tooltip, or open an email to see a detailed banner with security checks.
What do the verdicts mean?
- Trusted — SPF, DKIM, and DMARC all passed. The sender's identity is verified. No warning is shown.
- Use Caution — One or more checks are missing, neutral, or produced a soft failure. The email may be legitimate but couldn't be fully verified.
- Not Trusted — Key checks failed. The sender's identity could not be verified. Treat the email with extra caution.
Where does the sender logo come from?
The extension first checks for a BIMI record — a DNS-based standard that lets domains publish a verified brand logo. If no BIMI record exists, it falls back to Google's favicon service. If no favicon is found either, a yellow warning icon is shown.
Does the extension read my emails?
No. The extension only reads email headers (the technical metadata about how the email was delivered) to check SPF, DKIM, and DMARC results. It never accesses the body, attachments, or content of your emails.
Does the extension send my data anywhere?
The extension sends sender domain names to Google's DNS service (for BIMI lookups) and Google's favicon service (for logos). No data is sent to any third-party or non-Google service. See the Privacy Policy for details.
Why does an email show "Use Caution" even though it seems legitimate?
Some legitimate senders don't have all authentication records configured, or their emails are forwarded through mailing lists that break DKIM signatures. "Use Caution" means the extension couldn't fully verify the sender — it doesn't necessarily mean the email is malicious.
The extension stopped working after a Gmail update. What should I do?
Gmail occasionally changes its web interface, which can affect how the extension detects emails. Try these steps:
- Go to
chrome://extensions/ - Find Gmail Sender Info and click the refresh icon
- Reload your Gmail tab
If the issue persists, please report it so it can be fixed.
Can I clear the extension's cached data?
Yes. The extension caches lookup results for 24 hours in Chrome's local storage. To clear it:
- Go to
chrome://extensions/ - Click "Details" on Gmail Sender Info
- Click "Clear data" under Storage
The cache also clears automatically whenever the extension is updated.
Troubleshooting
Banner or tooltip not appearing
- Make sure the extension is enabled at
chrome://extensions/ - Reload the Gmail tab after enabling or updating the extension
- The extension only works on
mail.google.com— it won't appear on Gmail mobile apps or other email clients
Logo shows a yellow warning triangle
This means the sender's domain has no BIMI record and no detectable favicon. The extension defaults to a caution icon. This is normal for smaller senders who haven't set up brand verification.
Authentication checks show "none" or "neutral"
This means the sender's domain hasn't published the corresponding DNS records (SPF, DKIM, or DMARC). Many smaller organizations don't configure all three. The extension reports what it finds — missing records result in "none" or "neutral" rather than a failure.