Bonk

Meet BONK, BONK is a extension that checks your csone lightning cases if there is a increase in the number of case it will make a…

Bonk란 무엇입니까?

Bonk은(는) Issac John에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meet BONK, BONK is a extension that checks your csone lightning cases if there is a increase in the number of case it will make a…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Meet BONK,

BONK is a extension that checks your csone lightning cases if there is a increase in the number of case it will make a noise, indicating that there is a new case in bin,

objective is so that a person need not keep a constant eye on the cases in bin but be notified by a sound that there is a new case in the bin                    

확장 프로그램 기본 정보

이름 Bonk Bonk
ID cobmldaajogabgkflbfnkfdbbiembpad
공식 URL https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad
설명 Meet BONK, BONK is a extension that checks your csone lightning cases if there is a increase in the number of case it will make a…
파일 크기 84.34 KB
설치 횟수 20
현재 버전 1.0
최근 업데이트 2021-01-27
출시 날짜 2021-01-27
평점 5.00/5 총 1 개의 평점
개발자 Issac John
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bonk",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/csone.lightning.force.com\/*"
            ],
            "js": [
                "jquery.js",
                "ding.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "src48x48.png"
    }
}