BBOalert

Auto alert on BBO

BBOalert란 무엇입니까?

BBOalert은(는) stanmaz.git에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto alert on BBO"입니다.

확장 프로그램 스크린샷

screenshot

BBOalert 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        During the bidding, conventional calls must be alerted and explained to the opponents. Playing artificial bidding systems on BBO is not practical because explaining each alerted call is time consuming and therefore frustrating for all participants.

BBOalert solves this problem. Artificial bidding sequences can be predefined in a table. Opponents get the explanation automatically and immediately. Explanations entered manually during the game are recorded for future use.

This add-on is compatible with Linux, Windows and Android platforms.

For more details visit project's site : https://github.com/stanmaz/BBOalert                    

확장 프로그램 기본 정보

이름 BBOalert BBOalert
ID bjgihidachainhhhilkeemegdhehnlcf
공식 URL https://chromewebstore.google.com/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf
설명 Auto alert on BBO
파일 크기 252 KB
설치 횟수 859
현재 버전 8.0.11
최근 업데이트 2024-02-23
출시 날짜 2020-06-24
평점 5.00/5 총 4 개의 평점
개발자 stanmaz.git
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/stanmaz/BBOalert
도움말 페이지 URL https://www.facebook.com/groups/706384146770707/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BBOalert",
    "description": "Auto alert on BBO",
    "version": "8.0.11",
    "icons": {
        "16": "BBOalert16.png",
        "48": "BBOalert48.png",
        "128": "BBOalert128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "globals.js",
                "BBO_DOM.js",
                "blogspot.js",
                "functions.js",
                "BBOalertData.js",
                "BBOalert.js",
                "BBOalertConfig.js",
                "custom_syntax.js",
                "BBOalertUI.js",
                "BBOalertOptions.js",
                "BBOobserver.js",
                "webStorage.js",
                "init.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/file\/d\/*\/preview",
                "*:\/\/www.bridgebase.com\/v3\/*",
                "*:\/\/webutil.bridgebase.com\/v2\/*"
            ],
            "css": [
                "BBOalert.css",
                "jquery-ui.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "BBOalertData.js",
                "googleDocs.js",
                "CC.js",
                "BBOalertIframe.js",
                "main.js"
            ],
            "all_frames": true
        }
    ]
}