New BBO-2-BriAn helper extension
For importing BBO to BriAn
Apa itu New BBO-2-BriAn helper extension?
New BBO-2-BriAn helper extension adalah ekstensi Chrome yang dikembangkan oleh https://www.brianbridge.net, dan fitur utamanya adalah "For importing BBO to BriAn".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New BBO-2-BriAn helper extension
Unduh file ekstensi New BBO-2-BriAn helper extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | New BBO-2-BriAn helper extension |
ID | egpocjkndmbmbcaibekmeinmfjopkaoe |
URL Resmi | https://chromewebstore.google.com/detail/new-bbo-2-brian-helper-ex/egpocjkndmbmbcaibekmeinmfjopkaoe |
Deskripsi | For importing BBO to BriAn |
Ukuran File | 469 KB |
Jumlah Instalasi | 76 |
Versi Saat Ini | 1.2.7 |
Terakhir Diperbarui | 2020-08-18 |
Tanggal Publikasi | 2020-05-07 |
Pengembang | https://www.brianbridge.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.brianbridge.net |
URL Halaman Bantuan | https://www.brianbridge.net |
Bahasa yang Didukung | 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" ] } |