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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}