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

172
Views
How to redirect user to a new page/popup in a chrome extension in V3

I have 2 html files in my chrome extension. One is login.html and the other is popup.html When the user enters the correct credentials and press login button I would like to redirect user to the popup.html file.

I have found out this code for that operation and wrote this code in login.js

const loginBtn = document.getElementById("login");
loginBtn.onclick = function () {
   chrome.action.setPopup({
      popup: "popup.html",
   });
};

The above code works when I switch the tabs and click on the extension again, i.e., it is not immediately happening.

I am looking for a functionality where as soon as a user clicks on the login button user must be immediately redirected to the other page.

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!