New BBO-2-BriAn helper extension

For importing BBO to BriAn

什么是New BBO-2-BriAn helper extension?

New BBO-2-BriAn helper extension是由https://www.brianbridge.net开发的Chrome扩展程序,该扩展的主要功能是“For importing BBO to BriAn”。

扩展截图

screenshot

下载New BBO-2-BriAn helper extension扩展crx文件

下载New BBO-2-BriAn helper extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 New BBO-2-BriAn helper extension New BBO-2-BriAn helper extension
ID egpocjkndmbmbcaibekmeinmfjopkaoe
官方URL https://chromewebstore.google.com/detail/new-bbo-2-brian-helper-ex/egpocjkndmbmbcaibekmeinmfjopkaoe
简介 For importing BBO to BriAn
文件大小 469 KB
安装次数 76
当前版本 1.2.7
更新时间 2020-08-18
上架时间 2020-05-07
开发者 https://www.brianbridge.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.brianbridge.net
帮助页面URL https://www.brianbridge.net
支持的语言 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"
    ]
}