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”。
擴展截圖
下載New BBO-2-BriAn helper extension擴展crx文件
下載New BBO-2-BriAn helper extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | egpocjkndmbmbcaibekmeinmfjopkaoe |
官方網址 | 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" ] } |