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
Eメール [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"
    ]
}