Vítejte na serveru Doplňky pro Thunderbird.
Přidejte si funkce a styly, které učiní Thunderbird podle vašich představ.
ZavřítTether Mail Extension 1.0.5
od Zack Bartel
Automatically detects one-time passcodes (OTP / 2FA verification codes) in
incoming email to be autofilled into webpages by the Tether Browser Extension.
O doplňku
which bridges your iPhone to the Linux desktop. This add-on watches your inbox for
verification / login / 2FA codes and forwards the detected code to the Tether
daemon running on your machine.
It works entirely in the background. Once the add-on is installed and the Tether daemon is running, OTP emails are captured automatically.
How it works:
1. Connects to the local Tether daemon over native messaging on startup.
2. Watches your inbox for new mail that contain OTP / TOTP / verification codes.
4. Extracts the most likely code from the matching email using a scoring heuristic
that ignores years, prices, zip codes, and order/tracking numbers.
5. Sends the detected code to the Tether daemon, which can copy it to your
clipboard, sync it to your iPhone, or make it available to the Tether browser
extension for autofill into web pages
⚠️ This add-on does nothing on its own. It requires the local Tether
daemon (`tetherd`) to be installed and running. The add-on communicates with it
via native messaging and without it, detected codes have nowhere to go.
Install the native app on Linux using one of:
- Arch Linux (AUR):
yay -S tether
- GitHub Releases: download the .deb, .rpm, or .tar.gz for your distro
from https://github.com/zackb/tether/releases.
- Build from source:
git clone https://github.com/zackb/tether.git
cd tether
make release
sudo make install
The daemon (`tetherd`), will start on-demand when needed. Full documentation and
setup details are at https://github.com/zackb/tether.