PingER

Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.

PingERคืออะไร?

PingER เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kishore Ithadi และคุณลักษณะหลักของมันคือ "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PingER

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

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

                        Pinger will run in the background when the browser is closed. This extension will send an email and chrome desktop notification once your entities state is changed. You can also customize the interval of status check.                    

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

ชื่อ PingER PingER
ID jcoegkmjenfpgmkoeomahaioddaajfdk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk
คำอธิบาย Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
ขนาดไฟล์ 207 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2019-11-19
วันที่เผยแพร่ 2019-11-15
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Kishore Ithadi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/KishoreIthadi/Pinger
URL หน้าช่วยเหลือ https://github.com/KishoreIthadi/Pinger/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PingER",
    "short_name": "PingER",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.",
    "version": "0.0.0.3",
    "icons": {
        "16": "images\/pingerX16.png",
        "32": "images\/pingerX32.png",
        "48": "images\/pingerX48.png",
        "128": "images\/pingerX128.png"
    },
    "browser_action": {
        "default_icon": "images\/pingerX32.png",
        "default_popup": "pinger.html"
    },
    "background": {
        "scripts": [
            "scripts\/vendorjs.min.js",
            "scripts\/common.min.js",
            "scripts\/background.min.js"
        ]
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}