New BBO-2-BriAn helper extension
For importing BBO to BriAn
Qu'est-ce que New BBO-2-BriAn helper extension ?
New BBO-2-BriAn helper extension est une extension Chrome développée par https://www.brianbridge.net, et sa fonction principale est "For importing BBO to BriAn".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New BBO-2-BriAn helper extension
Téléchargez les fichiers d'extension New BBO-2-BriAn helper extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | New BBO-2-BriAn helper extension |
ID | egpocjkndmbmbcaibekmeinmfjopkaoe |
URL Officiel | https://chromewebstore.google.com/detail/new-bbo-2-brian-helper-ex/egpocjkndmbmbcaibekmeinmfjopkaoe |
Description | For importing BBO to BriAn |
Taille du Fichier | 469 KB |
Nombre d'Installations | 76 |
Version Actuelle | 1.2.7 |
Dernière Mise à Jour | 2020-08-18 |
Date de Publication | 2020-05-07 |
Développeur | https://www.brianbridge.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.brianbridge.net |
URL de la Page d'Aide | https://www.brianbridge.net |
Langues Prises en Charge | 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" ] } |