New BBO-2-BriAn helper extension

For importing BBO to BriAn

O que é New BBO-2-BriAn helper extension?

New BBO-2-BriAn helper extension é uma extensão do Chrome desenvolvida por https://www.brianbridge.net, e sua principal característica é "For importing BBO to BriAn".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New BBO-2-BriAn helper extension

Baixe arquivos de extensão New BBO-2-BriAn helper extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        For importing Bridge Base Online (BBO) to BriAn - With thanks to John Goacher for his kind collaboration.

BBO-2-Brian is a helper extension to download designed to extract the results information from a Bridge Base Online tourney web page. These downloaded files can then be imported into our scoring system, from which they can be published to a variety of third-party platforms and national federations.

It is also possible to amend results within the BriAn system after the game is completed.

For guidance and our related Chrome extension for downloading from the BCL platform, please use the contact form on our website.

Suggestions and feedback gladly received welcome.                    

Informações Básicas da Extensão

Nome New BBO-2-BriAn helper extension New BBO-2-BriAn helper extension
ID egpocjkndmbmbcaibekmeinmfjopkaoe
URL Oficial https://chromewebstore.google.com/detail/new-bbo-2-brian-helper-ex/egpocjkndmbmbcaibekmeinmfjopkaoe
Descrição For importing BBO to BriAn
Tamanho do Arquivo 469 KB
Contagem de Instalações 76
Versão Atual 1.2.7
Última Atualização 2020-08-18
Data de Publicação 2020-05-07
Desenvolvedor https://www.brianbridge.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.brianbridge.net
URL da Página de Ajuda https://www.brianbridge.net
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New BBO-2-BriAn helper extension",
    "description": "For importing BBO to BriAn",
    "version": "1.2.7",
    "icons": {
        "128": "icon128d.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bridgebase.com\/myhands\/*"
            ],
            "js": [
                "traveller_landing.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icond.png",
        "default_popup": "bbo2brian.html"
    },
    "permissions": [
        "downloads"
    ]
}