New BBO-2-BriAn helper extension
For importing BBO to BriAn
Co to jest New BBO-2-BriAn helper extension?
New BBO-2-BriAn helper extension to rozszerzenie Chrome opracowane przez https://www.brianbridge.net, a jego główną funkcją jest „For importing BBO to BriAn”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New BBO-2-BriAn helper extension
Pobierz pliki rozszerzeń New BBO-2-BriAn helper extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | New BBO-2-BriAn helper extension |
ID | egpocjkndmbmbcaibekmeinmfjopkaoe |
Oficjalny URL | https://chromewebstore.google.com/detail/new-bbo-2-brian-helper-ex/egpocjkndmbmbcaibekmeinmfjopkaoe |
Opis | For importing BBO to BriAn |
Rozmiar pliku | 469 KB |
Liczba instalacji | 76 |
Aktualna Wersja | 1.2.7 |
Ostatnia Aktualizacja | 2020-08-18 |
Data Publikacji | 2020-05-07 |
Deweloper | https://www.brianbridge.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.brianbridge.net |
Adres URL Strony Pomocy | https://www.brianbridge.net |
Obsługiwane Języki | 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" ] } |