New BBO-2-BriAn helper extension
For importing BBO to BriAn
What is New BBO-2-BriAn helper extension?
New BBO-2-BriAn helper extension is a Chrome extension developed by https://www.brianbridge.net, and its main feature is "For importing BBO to BriAn".
Extension Screenshots
Download New BBO-2-BriAn helper extension Extension CRX File
Download New BBO-2-BriAn helper extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | New BBO-2-BriAn helper extension |
ID | egpocjkndmbmbcaibekmeinmfjopkaoe |
Official URL | https://chromewebstore.google.com/detail/new-bbo-2-brian-helper-ex/egpocjkndmbmbcaibekmeinmfjopkaoe |
Description | For importing BBO to BriAn |
File Size | 469 KB |
Installation Count | 76 |
Current Version | 1.2.7 |
Last Updated | 2020-08-18 |
Publish Date | 2020-05-07 |
Developer | https://www.brianbridge.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.brianbridge.net |
Help Page URL | https://www.brianbridge.net |
Supported Languages | 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" ] } |