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

  1. Sign in to PlugThis and open the chat input.
  2. Copy the prompt above and paste it into the chat.
  3. PlugThis generates the full Manifest V3 extension in 60-90 seconds.
  4. Download the zip, extract it, and load it via chrome://extensions developer mode.

Related ideas