BBO Extractor

This extension extract the results for a BBO Tournament

Wat is BBO Extractor?

BBO Extractor is een Chrome-extensie ontwikkeld door John Goacher, en de belangrijkste functie is "This extension extract the results for a BBO Tournament".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BBO Extractor

Download BBO Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension is designed for use by directors or scorers of bridge tournaments on Bridge Base Online,   who wish to extract the detailed results from BBO for publication on a bridge club's website.

This extension extracts the results and hand records from a BBO matchpoint or cross-imp pairs tournament, a Swiss Pairs or Swiss Teams tournament, or a match between two Teams of Four. It stores the result as a CSV file and PBN file in the browser's Downloads folder. Full ranking, scorecard, and traveller details are extracted.  Makeable contracts and optimum contracts/scores are calculated automatically and included in the PBN file. A free web app (BBOtoXML), at dds.bridgewebs.com/bbotoxml, is then used to convert the spreadsheet into an XML file for upload to a bridge results website. Conversion from BBO names to full player names can now be carried out  in the BBO Extractor or at a later stage in the BBOtoXML web app. The latter is the recommended method.
       To start the process, navigate to a BBO tournament page, as displayed in the screenshot, and click on the extension's icon (a BBX symbol). For the extension to be able to access the BBO scorecards and travellers you must be logged in to "Hand Records" with a BBO account (any valid account will suffice, it does not have to be an account used in the tournament). If you are not logged in you will be prompted to do so. The icon will change colour when the startup is successful.
       For a typical sized tournament, the process will run for a couple of minutes, as it paces retrieval of traveller pages in order to avoid loading BBO. If a retrieval produces an error response it is automatically retried. At the end of the process the results and hand records are saved as a CSV file and PBN file respectively, in the browser's Downloads folder. Makeable contracts and optimum contracts/scores are calculated automatically and included in the PBN file. If you want to terminate the extraction process before it is complete, click on the BBX icon a second time.
       If a names conversion file is open in a separate tab the process can use this to convert BBO usernames into real names. The names file should have a .txt extension, and can be opened in the browser tab by entering Ctrl+O and browsing to locate and open the file. Make sure that the tournament's results tab is in the foreground before clicking on the BBX icon. Note that to use the name conversion functionality you must manually enable "Allow access to File URLs" in the extension details. To do this, click on the chrome browser menu button, and select "More Tools/Extensions". Click on the "Details" button of the BBO Extractor entry and scroll down to find the "Allow access to File URLs" setting, then move the slider to the On position. The names file must be in the following format:

#names
bboname,firstname,surname,ID

where bboname is a user's name on BBO, followed by first name and surname of the user in separate fields. The ID field is optional and, if present, is the ID of the player (e.g. EBU national ID)                    

Basisinformatie over de Extensie

Naam BBO Extractor BBO Extractor
ID omcdgcoibkfkiikoniabecnbbacmhfij
Officiële URL https://chromewebstore.google.com/detail/bbo-extractor/omcdgcoibkfkiikoniabecnbbacmhfij
Beschrijving This extension extract the results for a BBO Tournament
Bestandsgrootte 46.03 KB
Aantal Installaties 2,607
Huidige Versie 1.4.4
Laatst Bijgewerkt 2023-08-13
Publicatiedatum 2020-06-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar John Goacher
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mirgo2.co.uk/bboextractor
Help Pagina-URL https://mirgo2.co.uk/bboextractor
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BBO Extractor",
    "description": "This extension extract the results for a BBO Tournament",
    "version": "1.4.4",
    "background": {
        "service_worker": "main.js"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "BBO Extractor\n\n- Click to extract results from a BBO Tournament Page"
    },
    "permissions": [
        "webNavigation",
        "scripting",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/bridgebase.com\/*",
        "https:\/\/bridgebase.com\/*",
        "http:\/\/www.bridgebase.com\/*",
        "https:\/\/www.bridgebase.com\/*",
        "http:\/\/webutil.bridgebase.com\/*",
        "https:\/\/webutil.bridgebase.com\/*",
        "file:\/\/\/*"
    ]
}