Twitter Lead Scorer
Rate replies on X tweets by lead potential.
creator
PlugThis prompt
Build a Chrome extension called "Twitter Lead Scorer" that, when viewing a tweet's reply thread on x.com, scores each reply for lead potential. A content script extracts each reply's text, author bio, and follower count via the visible DOM; sends a batch to GPT-4 with a scoring prompt (intent to buy, decision-maker signal, ICP fit configured in options). Inject a 0-100 badge and rationale next to each reply. User-supplied OpenAI key + ICP description in options. Permissions: storage, activeTab. Host permissions: https://x.com/*, https://twitter.com/*, https://api.openai.com/*. Manifest V3 with content script.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.