Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

157
Views
How to determine tabId in content script in a chrome extension

I'm looking for a way to determine the tabId in the content script, so I can send messages from content to popup.

Now, I might be wrong here, but I get the impression it cannot be done. The best solution I've seen so far is this

chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {
    console.log("sent from tab.id=", sender.tab.id);
});

But in my case no messages are send, so how can the content script send the first message. As far as I know, for the content script to send messages to the popup window the tab-id is needed.

What I'm trying to do here is that the content script sends a message to the popup window when the page is loaded and ready

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!