New BBO-2-BriAn helper extension

For importing BBO to BriAn

New BBO-2-BriAn helper extensionคืออะไร?

New BBO-2-BriAn helper extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.brianbridge.net และคุณลักษณะหลักของมันคือ "For importing BBO to BriAn"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New BBO-2-BriAn helper extension

ดาวน์โหลดไฟล์ส่วนขยาย 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 New BBO-2-BriAn helper extension
ID egpocjkndmbmbcaibekmeinmfjopkaoe
URL อย่างเป็นทางการ 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"
    ]
}