Finesse and Internet Connection Monitor

Monitors internet connection status. Monitor Finesse connection or login status

Finesse and Internet Connection Monitorคืออะไร?

Finesse and Internet Connection Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason Pham และคุณลักษณะหลักของมันคือ "Monitors internet connection status. Monitor Finesse connection or login status"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finesse and Internet Connection Monitor

ดาวน์โหลดไฟล์ส่วนขยาย Finesse and Internet Connection Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To monitor internet connection and Cisco Finesse login status.
The extension will notify user by sound alert once the internet connection or Cisco Finesse got issue.
Confirm with user by popup an alert when user forget to change Finesse aux to ready when state is Break, Lunch, Not Ready.
User can access to the log page to check for the down time issue                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Finesse and Internet Connection Monitor Finesse and Internet Connection Monitor
ID enaplnnogjaedomhckijdghdgmpcpngl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/finesse-and-internet-conn/enaplnnogjaedomhckijdghdgmpcpngl
คำอธิบาย Monitors internet connection status. Monitor Finesse connection or login status
ขนาดไฟล์ 1.56 MB
จำนวนการติดตั้ง 839
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2020-09-30
วันที่เผยแพร่ 2020-06-23
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jason Pham
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "author": "dmishh",
    "background": {
        "scripts": [
            "scripts\/vendor\/underscore-1.5.2.js",
            "scripts\/vendor\/moment-2.24.0.min.js",
            "scripts\/settings.js",
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "sounds\/online.mp3",
        "sounds\/offline.mp3",
        "images\/cisco_logo.png"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/inject1.js"
            ],
            "matches": [
                "https:\/\/rkalvfin01a.kau.roche.com\/*",
                "https:\/\/rbalvfin01b.bas.roche.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/default\/online.png",
            "38": "images\/default\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "description": "Monitors internet connection status. Monitor Finesse connection or login status",
    "icons": {
        "128": "images\/favicon.png",
        "16": "images\/favicon.png",
        "48": "images\/favicon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiZoi14GJii7\/ynmgSu7KRZmk9x2vRnJd0k0sgwyrQDrPuqEZMPstGmXcTOxmeBI3e1vgZ\/YlpP2XcJbTgiLsyaQApoyNpAQUm1fEX5K7iXD2hn0L0U7oujOX16nVGvbViHQBORrb+\/LY7pc5aiF3W43PmXbneukQ1YNeostWsjfmV+tIerQ4jzPC7Lws+o2MQo2YMhV21qCJsgeunVDN2oTb44uYlLBiw8SuBzpEzwd5O\/h+FNECWu0jroU54t+oOpyxyEZUirNoG1O9dw883OdOaXbSIIpmapb+hwRwrB9WoGA4ANMAK2sFcibVy3xxrxLDeIu7GED6j9OCOb5icwIDAQAB",
    "manifest_version": 2,
    "name": "Finesse and Internet Connection Monitor",
    "short_name": "Internet and Cisco Finesse Monitoring",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4",
    "permissions": [
        "storage"
    ]
}