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

159
Views
Chrome Extension - chrome.tabs.group function error ... 'tabIds': Value did not match any choice

I get error when some tabs are created and I want to group them. Although
See the // Error part below

....
    var ids = [];
    myconfig.tabs.forEach((tab) => {
      chrome.tabs.create({ url: tab }).then((tt) => {
        ids.push(tt.id);
      });
    });

... // ids:Array - 0: 72, 1: 73 length: 2

  chrome.tabs.group({tabIds:ids}).then((groupId) => { // ERROR : Error handling response: TypeError: Error in invocation of tabs.group(object options, optional function callback): Error at parameter 'options': Error at property 'tabIds': Value did not match any choice.
      gId = groupId;
    });
  }
});

Pls correct me to solve this error, thanks in advance.

Csaba

about 4 years ago · Santiago Gelvez
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!