SNOW Chat Alert
Monitor Service Now Chat Queue monitor and alert upon waiting chat available!
Co to jest SNOW Chat Alert?
SNOW Chat Alert to rozszerzenie Chrome opracowane przez Jason Pham, a jego główną funkcją jest „Monitor Service Now Chat Queue monitor and alert upon waiting chat available!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SNOW Chat Alert
Pobierz pliki rozszerzeń SNOW Chat Alert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
CXO Chat template. The SNOW Chat alert temporary decommission.
Podstawowe informacje o rozszerzeniu
Nazwa | SNOW Chat Alert |
ID | bndebedadhpklgefgieeldpfpcjkmbaa |
Oficjalny URL | https://chromewebstore.google.com/detail/snow-chat-alert/bndebedadhpklgefgieeldpfpcjkmbaa |
Opis | Monitor Service Now Chat Queue monitor and alert upon waiting chat available! |
Rozmiar pliku | 1.55 MB |
Liczba instalacji | 167 |
Aktualna Wersja | 1.4.1 |
Ostatnia Aktualizacja | 2023-06-07 |
Data Publikacji | 2020-06-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Jason Pham |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |