OtherExtensionExtension.pagesVersion: 24.41.0On this pageExtension.pages() method Returns a list of the currently active and visible pages belonging to the extension. Signature class Extension { abstract pages(): Promise<Page[]>;} Returns: Promise<Page[]>