SNOW Chat Alert

Monitor Service Now Chat Queue monitor and alert upon waiting chat available!

SNOW Chat Alert란 무엇입니까?

SNOW Chat Alert은(는) Jason Pham에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor Service Now Chat Queue monitor and alert upon waiting chat available!"입니다.

확장 프로그램 스크린샷

screenshot

SNOW Chat Alert 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CXO Chat template. The SNOW Chat alert temporary decommission.                    

확장 프로그램 기본 정보

이름 SNOW Chat Alert SNOW Chat Alert
ID bndebedadhpklgefgieeldpfpcjkmbaa
공식 URL https://chromewebstore.google.com/detail/snow-chat-alert/bndebedadhpklgefgieeldpfpcjkmbaa
설명 Monitor Service Now Chat Queue monitor and alert upon waiting chat available!
파일 크기 1.55 MB
설치 횟수 167
현재 버전 1.4.1
최근 업데이트 2023-06-07
출시 날짜 2020-06-24
평점 5.00/5 총 1 개의 평점
개발자 Jason Pham
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "author": "Jason Pham",
    "background": {
        "scripts": [
            "scripts\/vendor\/underscore-1.5.2.js",
            "scripts\/vendor\/moment-2.24.0.min.js",
            "scripts\/settings.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/default\/online.png",
            "38": "images\/default\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "description": "Monitor Service Now Chat Queue monitor and alert upon waiting chat available!",
    "icons": {
        "128": "images\/favicon.png",
        "16": "images\/favicon.png",
        "48": "images\/favicon.png"
    },
    "manifest_version": 2,
    "name": "SNOW Chat Alert",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "short_name": "SNOW Chat",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1",
    "web_accessible_resources": [
        "sounds\/chat.mp3",
        "images\/favicon.png"
    ]
}