SNOW Chat Alert
Monitor Service Now Chat Queue monitor and alert upon waiting chat available!
ما هو SNOW Chat Alert؟
SNOW Chat Alert هو إضافة Chrome تم تطويرها بواسطة Jason Pham، والميزة الرئيسية لها هي "Monitor Service Now Chat Queue monitor and alert upon waiting chat available!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SNOW Chat Alert
قم بتنزيل ملفات الامتداد SNOW Chat Alert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
CXO Chat template. The SNOW Chat alert temporary decommission.
معلومات أساسية عن التمديد
الاسم | 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" ] } |